Skip to content

abhidhamma-student/data_structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.basic

  • swap
  • selection sort
  • bubble sort
  • insertion sort
  • sequential search
  • binary search

2.recursion

  • recursion
  • recursive sum
  • fibonacci
  • recursive binary search
  • permutation

3.array

  • string abstract data type
  • polynomial
  • sparse polynomial
  • matrix
  • array of arrays
  • sparse matrix

4.stack

  • stack
  • maze
  • tower of hanoi

5.queue

  • queue
  • josephus
  • deque
  • evaluating expressions

6.linked list

  • linked node
  • singly linked list
  • linked polynomial
  • doubly linked list

7.tree

  • binary tree
  • expression tree
  • threaded binary tree

7.heap

  • max-heap
  • priority queue

8.binary search tree

  • binary search tree
  • avl

9.sort

  • shell sort
  • merge sort
  • quick sort
  • radix sort

10.hashing

  • interpolation search
  • indexed sequential search
  • hash table

11.graph

  • adjacent matrix
  • adjacent list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages