- Notifications
You must be signed in to change notification settings - Fork148
🔥 🖥️ Competitive programming guide, learning materials and my own coding solutions from Codechef, Leetcode,Geeks for Geeks, HackerRank, Spoj, Codebyte, InterviewBit, CodingBlock & other platforms
License
omonimus1/competitive-programming
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The current repository contains a set of learning resources, and coding challenges solutions that I have implemented as result of my training, to pass a microsoft interview that allowed me to receive an offer at Microsoft for a SWE intern and full time role.
- 📫 How to reach me:You can find me also onLinkedln or 💌Mail me atdavidepollicino2015@gmail.com
| Folder | Content |
|---|---|
| Lectures (Algorithm and data-structures) | Notes about Algorithm And Data Structures |
| OOP - fundamental knowledge | See resource |
| Must know algorithms checklist | Go to resources |
| System Design preparation | System design interview preparation |
| Readings material | Free e-books about Competitive Programming |
| Geeks For Geeks solutions | Geeks For GfG coding solutions |
| HackerRank solutions | My own HackerRank coding solutions |
| Codingblock solutions | My own Codingblock coding solutions |
| CodeSignal solutions | My own CodeSignal Solutions |
| CodeChef solutions | My own Codechef coding solutions |
| UVA | My own UVA Online Judge solutions |
| InterviewBit | My Interview Bit solutions |
| Leetcode solutions | My Leetcode solutions |
| learn_data_structures | Warm App coding examples to learn Data Structures |
## PLEASEIf you need more material like this,nominate me as github start, to get help the project to gain more visibility and contributions
- Fork the repository
- Do the desired changes (add/delete/modify)
- Make a pull request
- If there is no solution to a problem in the main branch.
- If your solution is asymptotically faster than the one in the main branch.
- If your algorithm is of the same time complexity but with reduced code size. In this case, comment out the original solution and make a pull request with your solution.
- If you have another method of solving the problem which is asymptotically slower than the original method then, comment your solution in the main file and make a pull request.
- If you would like to make any positive change to the lectures content
- Prefix Sum
- Sliding Window Technique
- Binary search
- GCD of two numbers in LogN
- Sieve of Eratosthenes, Segmented Sieve
- Modular arithmetic
- Bit Manipulation
- Greedy Algorithms
- Two Pointers
- Kadane's Algorithm
- Meet in the Middle Algorithm
- Recursion
- Divide and Conquer
- Next Greater/Smaller Element using Stack
- Problems related to Parenthesis
- Backtracking
- Problems related to Constructive Algorithms
- Problems related to Heap
- Inclusion-Exclusion Principle
- Finding nCr and nPr for Queries
- Rabin Karp Algorithm
- Prefix Function
- KMP Algorithm
- Z-Function
- Manacher's Algorithm
- DFS/BFS Traversal in Graph/Tree
- Diameter of Tree
- Euler Tour of Tree
- Finding LCA using Euler Tour
- Finding LCA using Binary Lifting
- Distance between two nodes
- Subtree Problems
- Connected Components, Topological Sort, Cycle Detection, Bipartite Check-in Graph
- Dijkstra's Algorithm
- Bellman-Ford Algorithm
- Floyd Warshall Algorithm
- Bridges in Graph
- Prim's Algorithm
- 0/1 BFS
- Dynamic Programming, DP with Bitmask, DP on trees
- Disjoint Set
- Kruskal's Algorithm
- Fenwick Trees, Binary Lifting on Fenwick Tree
- Matrix Exponentiation
- Sqrt Exponentiation
- Segment Trees
- Lazy Propagation on Segment Trees
- Sprague/Grundy Theorem
- Heavy Light Decomposition
- FFT/NTT
If you need more material like this,nominate me as github star, to get help the project to gain more visibility and contributions
About
🔥 🖥️ Competitive programming guide, learning materials and my own coding solutions from Codechef, Leetcode,Geeks for Geeks, HackerRank, Spoj, Codebyte, InterviewBit, CodingBlock & other platforms
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.
