Skip to content

ihjohny/Data-Structures-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

some data structures and their functions are implemented using C++.

Topics:

Queue

Binary Tree implementation

* Search,find minimum,maximum ,inorder ,preorder, postorder tree traversal

Binary Search Tree

* check BST, BST traversal, Delete node from BST ,inorder successor

Linked list

* doubly linked list, inserting node and delete node from linked list , 
reverse linked list

Author: Imam Hossain e-Mail: ihjony23@gmail.com Studying B.Sc in ICE at NSTU

About

some data structures and their functions are implemented using C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages