Skip to content

Implementation of data structures and algorithms in C++

Notifications You must be signed in to change notification settings

hassamboi/cpp-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Implementations in C++

List of data structures implemented

  • Array list
  • Singly linked list
  • Doubly linked list
  • Circular singly linked list
  • Queues as arrays and lists
  • Stacks as arrays and lists
  • Binary Search Tree (BST)
  • AVL tree
  • Complete Binary Tree (CBT)
  • Directed graphs

Algorithms implemented

  • Counting odd and even
  • First repeated word in a string
  • Counting words and splitting nodes
  • Most frequent in a sub array
  • Add two lists
  • Recursion practice set
  • BST problems (Markar Assignment)

About

Implementation of data structures and algorithms in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published