Skip to content

justEhmadSaeed/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures

CNode Class

  • Stores data-value & a pointer to point to next node
    • have functions setValue() & getValue() to deal with data-value
    • have functions setNext() & getNext() to deal with next pointer

CStack Class

  • It has a top pointer to to point to the top node of stack

CQueue

CPriority

Linked List

Circular Linked List

Doubly Linked List

About

Data Structures classes of CStack, CQueue, CPriority & Linked List in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages