This is the 10th day in the Data-Structures and Algorithms Searies and up to now I have learned about 5 algorithms. Three of them were sorting algorithms and two of them were searching algorithm and all of them were mostly basic and easy ones to understand and implement.
Now I am getting into more difficult and advanced ones. I will try to learn them and also may be try to implement them whenever I got some time but I am getting more busy everyday and also college started so these things are getting a little difficult to learn everyday.
But I will not stop writing in this blog because the main reason for starting this was to improve my writing and get better in English and use this as a medium to learn more about Computers and Programming.
I didn't learned anything new today but I did found out some algorithms from which I will learn. These are following.
- Dijkstra’s Algorithm
- Kruskal’s Algorithm
- Breadth First Search (BFS) Algorithm
- Depth First Search (DFS) Algorithm
- Heap Sort Algorithm
- Hashing Algorithms
- Binary Trees etc
- Powerset Construction
- Monte Carlo Method
- Tree Traversal
- Graph Algorithms