Skip to content

Added some resources #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added STL notes/c++ notes.docx
Binary file not shown.
2 changes: 2 additions & 0 deletions STL notes/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Stl notes from this playlist:
https://www.youtube.com/watch?v=R5BEcvTVZj0&list=PLauivoElc3gh3RCiQA82MDI-gJfXQQVnn
Binary file added Topicwise/01-introduction.pdf
Binary file not shown.
Binary file added Topicwise/02-mathematics.pdf
Binary file not shown.
Binary file added Topicwise/03-data-structures.pdf
Binary file not shown.
Binary file added Topicwise/04-dynamic-programming.pdf
Binary file not shown.
Binary file added Topicwise/05-combinatorial-games.pdf
Binary file not shown.
Binary file added Topicwise/06-basic-graph-algorithms.pdf
Binary file not shown.
Binary file added Topicwise/07-shortest-path-algorithms.pdf
Binary file not shown.
Binary file added Topicwise/08-network-flow-problems.pdf
Binary file not shown.
Binary file added Topicwise/09-computational-geometry.pdf
Binary file not shown.
Binary file added Topicwise/1-Intro.pdf
Binary file not shown.
Binary file added Topicwise/10-Trees.pdf
Binary file not shown.
Binary file added Topicwise/10-string-algorithms.pdf
Binary file not shown.
Binary file added Topicwise/11-Trie.pdf
Binary file not shown.
Binary file added Topicwise/12-Greedy Algos.pdf
Binary file not shown.
Binary file added Topicwise/13-Bit Manipulation.pdf
Binary file not shown.
Binary file added Topicwise/14-Gen Math.pdf
Binary file not shown.
Binary file added Topicwise/15-Graphs and Heaps.pdf
Binary file not shown.
Binary file added Topicwise/16-DP.pdf
Binary file not shown.
Binary file added Topicwise/2-STL.pdf
Binary file not shown.
Binary file added Topicwise/3-Array & sorting.pdf
Binary file not shown.
Binary file added Topicwise/4-Pointers.pdf
Binary file not shown.
Binary file added Topicwise/5-Binary Search.pdf
Binary file not shown.
Binary file added Topicwise/6-Linked Lists.pdf
Binary file not shown.
Binary file added Topicwise/7-Stacks And Queues.pdf
Binary file not shown.
Binary file added Topicwise/8-Hashing.pdf
Binary file not shown.
Binary file added Topicwise/9-Strings.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions Topicwise/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### Contains topicwise pdfs for Competitive coding.
Binary file added Topicwise/suffix-array.pdf
Binary file not shown.