diff --git a/STL notes/c++ notes.docx b/STL notes/c++ notes.docx new file mode 100644 index 0000000..206d1fb Binary files /dev/null and b/STL notes/c++ notes.docx differ diff --git a/STL notes/readme.md b/STL notes/readme.md new file mode 100644 index 0000000..f34b0cd --- /dev/null +++ b/STL notes/readme.md @@ -0,0 +1,2 @@ +### Stl notes from this playlist: +https://www.youtube.com/watch?v=R5BEcvTVZj0&list=PLauivoElc3gh3RCiQA82MDI-gJfXQQVnn diff --git a/Topicwise/01-introduction.pdf b/Topicwise/01-introduction.pdf new file mode 100644 index 0000000..1352a85 Binary files /dev/null and b/Topicwise/01-introduction.pdf differ diff --git a/Topicwise/02-mathematics.pdf b/Topicwise/02-mathematics.pdf new file mode 100644 index 0000000..349a38e Binary files /dev/null and b/Topicwise/02-mathematics.pdf differ diff --git a/Topicwise/03-data-structures.pdf b/Topicwise/03-data-structures.pdf new file mode 100644 index 0000000..c7ebd5e Binary files /dev/null and b/Topicwise/03-data-structures.pdf differ diff --git a/Topicwise/04-dynamic-programming.pdf b/Topicwise/04-dynamic-programming.pdf new file mode 100644 index 0000000..207af73 Binary files /dev/null and b/Topicwise/04-dynamic-programming.pdf differ diff --git a/Topicwise/05-combinatorial-games.pdf b/Topicwise/05-combinatorial-games.pdf new file mode 100644 index 0000000..f6cf078 Binary files /dev/null and b/Topicwise/05-combinatorial-games.pdf differ diff --git a/Topicwise/06-basic-graph-algorithms.pdf b/Topicwise/06-basic-graph-algorithms.pdf new file mode 100644 index 0000000..364758e Binary files /dev/null and b/Topicwise/06-basic-graph-algorithms.pdf differ diff --git a/Topicwise/07-shortest-path-algorithms.pdf b/Topicwise/07-shortest-path-algorithms.pdf new file mode 100644 index 0000000..b7bf5b2 Binary files /dev/null and b/Topicwise/07-shortest-path-algorithms.pdf differ diff --git a/Topicwise/08-network-flow-problems.pdf b/Topicwise/08-network-flow-problems.pdf new file mode 100644 index 0000000..90b5ec7 Binary files /dev/null and b/Topicwise/08-network-flow-problems.pdf differ diff --git a/Topicwise/09-computational-geometry.pdf b/Topicwise/09-computational-geometry.pdf new file mode 100644 index 0000000..ed7ae02 Binary files /dev/null and b/Topicwise/09-computational-geometry.pdf differ diff --git a/Topicwise/1-Intro.pdf b/Topicwise/1-Intro.pdf new file mode 100644 index 0000000..7d3c189 Binary files /dev/null and b/Topicwise/1-Intro.pdf differ diff --git a/Topicwise/10-Trees.pdf b/Topicwise/10-Trees.pdf new file mode 100644 index 0000000..6e67ebf Binary files /dev/null and b/Topicwise/10-Trees.pdf differ diff --git a/Topicwise/10-string-algorithms.pdf b/Topicwise/10-string-algorithms.pdf new file mode 100644 index 0000000..1501cfb Binary files /dev/null and b/Topicwise/10-string-algorithms.pdf differ diff --git a/Topicwise/11-Trie.pdf b/Topicwise/11-Trie.pdf new file mode 100644 index 0000000..b4f3755 Binary files /dev/null and b/Topicwise/11-Trie.pdf differ diff --git a/Topicwise/12-Greedy Algos.pdf b/Topicwise/12-Greedy Algos.pdf new file mode 100644 index 0000000..9449f05 Binary files /dev/null and b/Topicwise/12-Greedy Algos.pdf differ diff --git a/Topicwise/13-Bit Manipulation.pdf b/Topicwise/13-Bit Manipulation.pdf new file mode 100644 index 0000000..7c90fbf Binary files /dev/null and b/Topicwise/13-Bit Manipulation.pdf differ diff --git a/Topicwise/14-Gen Math.pdf b/Topicwise/14-Gen Math.pdf new file mode 100644 index 0000000..f665445 Binary files /dev/null and b/Topicwise/14-Gen Math.pdf differ diff --git a/Topicwise/15-Graphs and Heaps.pdf b/Topicwise/15-Graphs and Heaps.pdf new file mode 100644 index 0000000..d7d10da Binary files /dev/null and b/Topicwise/15-Graphs and Heaps.pdf differ diff --git a/Topicwise/16-DP.pdf b/Topicwise/16-DP.pdf new file mode 100644 index 0000000..ce866e5 Binary files /dev/null and b/Topicwise/16-DP.pdf differ diff --git a/Topicwise/2-STL.pdf b/Topicwise/2-STL.pdf new file mode 100644 index 0000000..6c1ca3c Binary files /dev/null and b/Topicwise/2-STL.pdf differ diff --git a/Topicwise/3-Array & sorting.pdf b/Topicwise/3-Array & sorting.pdf new file mode 100644 index 0000000..0f94d56 Binary files /dev/null and b/Topicwise/3-Array & sorting.pdf differ diff --git a/Topicwise/4-Pointers.pdf b/Topicwise/4-Pointers.pdf new file mode 100644 index 0000000..5d0b0c3 Binary files /dev/null and b/Topicwise/4-Pointers.pdf differ diff --git a/Topicwise/5-Binary Search.pdf b/Topicwise/5-Binary Search.pdf new file mode 100644 index 0000000..0337972 Binary files /dev/null and b/Topicwise/5-Binary Search.pdf differ diff --git a/Topicwise/6-Linked Lists.pdf b/Topicwise/6-Linked Lists.pdf new file mode 100644 index 0000000..9191544 Binary files /dev/null and b/Topicwise/6-Linked Lists.pdf differ diff --git a/Topicwise/7-Stacks And Queues.pdf b/Topicwise/7-Stacks And Queues.pdf new file mode 100644 index 0000000..6504a8f Binary files /dev/null and b/Topicwise/7-Stacks And Queues.pdf differ diff --git a/Topicwise/8-Hashing.pdf b/Topicwise/8-Hashing.pdf new file mode 100644 index 0000000..a69b4cb Binary files /dev/null and b/Topicwise/8-Hashing.pdf differ diff --git a/Topicwise/9-Strings.pdf b/Topicwise/9-Strings.pdf new file mode 100644 index 0000000..ab7d335 Binary files /dev/null and b/Topicwise/9-Strings.pdf differ diff --git a/Topicwise/readme.md b/Topicwise/readme.md new file mode 100644 index 0000000..db69039 --- /dev/null +++ b/Topicwise/readme.md @@ -0,0 +1 @@ +### Contains topicwise pdfs for Competitive coding. diff --git a/Topicwise/suffix-array.pdf b/Topicwise/suffix-array.pdf new file mode 100644 index 0000000..b55d907 Binary files /dev/null and b/Topicwise/suffix-array.pdf differ