Skip to content

This repository contains data structures implemented in java. (DS Course - SPIT S.Y.B.Tech CE)

Notifications You must be signed in to change notification settings

Hitstar53/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures

This repository contains data structures implemented in java. (DS Course - SPIT S.Y.B.Tech CE)

List of Data-Structures:

  1. Stacks (LIFO)
  2. Queues (FIFO)
  3. Singly Linked List (SLL)
  4. Doubly linked List (DLL)
  5. Binary Search Trees (BST)
  6. Expression Trees (ET)
  7. AVL Trees (AVL)
  8. Graph Traversal (DFS & BFS)
  9. Binary Heap (Max heap & heapsort)
  10. Hash Tables (Chaining & Open addressing)

About

This repository contains data structures implemented in java. (DS Course - SPIT S.Y.B.Tech CE)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages