An open API service indexing awesome lists of open source software.

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

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)