Skip to content

nasif10/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures

Topics

  • Linear data structure, One dimensional array processing, Selection sort, Insertion sort, Binary search.
  • Quick sort & Merge sort.
  • Stack and queue using Array.
  • Linked List, Creating and Traversing list, Linked List operation (Insert & Delete node from different positions)
  • Doubly and Circular Linked List
  • Stack and queue using Linked List
  • Tower-of-Hanoi implementation in recursive & non-recursive way.
  • Infix to Postfix Conversion, Postfix Evaluation
  • Graph and their application, Different types of graphs, Graph representation,Traversing a Graph, BFS, DFS.
  • General Tree concept, Binary tree, Tree construction, Tree operations and Traversal
  • Inserting, deleting and searching in BST

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published