I would like to share that I have been reviewed/studied codes of C#/.net based typical algorithm & data structure problems through this blog. I have been wished to get more knowledge of the advantage of the C#/.net core through this study. If you have more or better ideas, please don’t hesitate to give me any feedback.
Github : https://github.com/bear8203/data-structures-and-algorithms/tree/main
Repl.it : https://replit.com/@bear8203/algorithm-study-c-sharp?v=1#README.md
Contents :
1. Foundation
- Big O
- How to solve problems?
2. What kind people a company looking for?
- Analytic Skills
- Coding Skills
- Technical Skills
- Communication Skills
3. Companies know Googling 🙂
- They wish to know how to solve & use
4. Data Structures
- Arrays
- Trees
- Stacks
- Tries
- Queues
- Graphs
- Linked Lists
- Hash Tables
5. Algorithms
- Sorting
- Dynamic Programming
- BFS + DFS (Searching)
- Recursion