Skip to content

CPCDS Alpha Release

Choose a tag to compare

@CubedProgrammer CubedProgrammer released this 17 Feb 21:45
· 64 commits to master since this release

Has some basic data structures, as well as cppstring, supposed to represent strings in C++.
Data structures include:
Vectors, which are resizable arrays.
Lists, which are doubly linked lists.
Deques, which are double ended queues.
Unordered maps, which maps from a key to a value and stores them in key-value pairs, access value by key in O(1).