Skip to content

dryarullin/data-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-structure

С++ data structure

  • List (linked and doubly linked);
  • Dynamic Array;
  • Queue (Adapter doubly linked list);
  • Stack (Adapter doubly linked list);
  • Deque (Adapter doubly linked list);
  • Stack based on deque;
  • Deque based on dynamic array;
  • Binary search tree;
  • Set;

ToDo: tests and refactoring, there are memory leaks

About

С++ data structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages