Skip to content

Index for all Data Structures and Algorithms

Salman Shah edited this page Oct 18, 2016 · 1 revision

Welcome to the DA_A_DS wiki!

Here a link to all the Data Structures and Algorithms will be provided along with their implementation in their various languages.

Data - Structures

  • Stacks
  • Queues
  • Linked List
  • Hashes
  • Trees
  • Graphs

Algorithms

Sorting

  • Bubble Sort
  • Selection Sort
  • Merge Sort
  • Quick Sort

Searching

  • Linear Search
  • Binary Search

Graph Algorithms

  • BFS
  • DFS
  • Dijkstra's
  • Kruskal's
  • Prim's
Clone this wiki locally