Skip to content

Jennyfirrr/Learning_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

490 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning C++

A collection of C++ programs, exercises, and projects created while learning C++.

Structure

  • hw/ — Homework assignments (hw01–hw05, plus a bonus)
  • lab/ — Lab exercises (lab01–lab13)
  • projects/ — Personal projects and practice
    • graphics/ — Terminal graphics experiments (sine waves, cubes, colors)
    • leetcode/ — LeetCode and HackerRank problem solutions
    • fun/ — Miscellaneous fun programs (truth tables, etc.)
    • fibbo/ — Fibonacci implementation
    • deep_dives/ — Deep dives into hardware-level topics: bitwise operators, branchless programming, bit packing, x86 assembly analysis, and HFT system design patterns (index)
  • idk/ — Scratch files and experimentation (pointers, vectors, matrices, TUI apps, etc.)
  • notes_to_study.md — Java/OOP study notes for CS203

About

Notes where I repractice problems from leetcode to build understanding, as well as general cpp learning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages