title | date | category | image | tags | authors | mainpage | draft | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Data Structures and Algorithm |
2021-08-04 05:16:58 +0530 |
other |
images/dsa.jpg |
|
|
false |
false |
A computer program is a collection of instructions to perform a specific task. For this, a computer program may need to store data, retrieve data, and perform computations on the data.
A data structure is a named location that can be used to store and organize data. And, an algorithm is a collection of steps to solve a particular problem. Learning data structures and algorithms allow us to write efficient and optimized computer programs.
Proficiency in any programming language is a must as it will ease most of your problems when it comes to implementation. Be it C++, Java, Python, or any language of your choice.
-
Asymptotic Analysis
-
Arrays and Lists
-
2D Arrays
-
Functions
-
Strings
-
Linked List
-
Stack
-
Queue
-
Hash Table and Hash Set
-
Heap
-
Divide and Conquer Algorithm
-
Graph
- BFS
- DFS
- Prim’s Algorithm
- Dijkstra’s Algorithm
-
Binary Tree
-
Binary Search Tree
-
Trie
-
Searching
-
Backtracking
- Rat in a maze
- N Queen Problem
- Sudoku Problem
-
Greedy Algorithm
- Fractional Knapsack
- Huffman coding
-
Sorting Techniques
- Heap sort
- Merge sort
- Quick sort
- Bubble sort
- Introduction to Algorithms by Thomas H Cormen
- Algorithms by Robert Sedgewick & Kevin Wayne
- The Algorithm Design Manual by Steve S. Skiena
- Algorithm Design by Kleinberg & Tardos
- Data Structures and Algorithms. Aho, Ullman & Hopcroft
- Classic Data Structure by Debasis Samanta
✌️ That’s it. You’re done!! ⛳ Update all your works in github. Happy Learning