Skip to content

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

Notifications You must be signed in to change notification settings

Jennyfirrr/Learning_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

169 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning C++

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

DRINKING GAME

  • Every time I trash on java you have to take a shot when reading my deep_dive notes.

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 the way the actual physics works, and limitations of hardware (bitshifting, fixed point integar math, COBOL, dives...)
  • idk/ — Scratch files and experimentation (pointers, vectors, matrices, TUI apps, etc.)
  • 01.cpp, var.cpp, calculator.cpp — Early standalone exercises

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published