Releases: Country-If/Data_Structures
Releases · Country-If/Data_Structures
Data Structures v4.0
based on the latest version, add new data structure: queue
Data Structures v3.0
based on the latest version, add new data structure: stack
Data Structures v2.1
based on v2.0, add reverse function in linked list and sequential list
Data Structures v2.0
function completed
- linked list
- single linked list (with a head node)
- single linked list (without a head node)
- double linked list (without a head node)
- circular single linked list (with a head node)
- circular double linked list (without a head node)
- static linked list (with a head node)
- sequential list