https://github.com/alexweininger/notes
notes from a range computer science classes and topics
https://github.com/alexweininger/notes
c interviews notes
Last synced: 10 months ago
JSON representation
notes from a range computer science classes and topics
- Host: GitHub
- URL: https://github.com/alexweininger/notes
- Owner: alexweininger
- Created: 2018-09-09T23:01:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T03:55:37.000Z (almost 7 years ago)
- Last Synced: 2024-10-18T06:16:27.588Z (about 1 year ago)
- Topics: c, interviews, notes
- Language: C
- Size: 3.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
Awesome Lists containing this project
README
# notes
A collection of random notes from a couple of kids pursuing engineering degrees.
## Table of contents
- C
- [Pointers](./C/c_pointers.md)
- [c_preprocessor_directives](./C/c_preprocessor_directives.md)
- [File I/O](./C/c_file_io.md)
- [Big-O Analysis](./C/bigo_analysis.md)
- [Linked Lists](./C/c_linkedlists.md)
- [C Basics Review](./C/c_basics_review.md)
- Object Oriented Design
- [Exam Review](./cs301/exam_review.md)
- Math
- Discrete Structures
- [counting](./Math/Discrete%20Structures/counting.md)
- [intro_to_number_theory](./Math/Discrete%20Structures/intro_to_number_theory.md)
- [permutations_combinations](./Math/Discrete%20Structures/permutations_combinations.md)
- [Into to Set Theory](./Math/Discrete%20Structures/intro_to_set_theory.md)
- Misc notes
- [CS 305 (Style & Debugging)](./NirajNotes/CS%20305%28Style%20%26%20Debugging%29.md)