Data-Structure icon indicating copy to clipboard operation
Data-Structure copied to clipboard

Data Structure

Results 102 Data-Structure issues
Sort by recently updated
recently updated
newest added

It is an easy array problem that works

added code to perform qsort

Added an implementation of Graph class for storing graphs (directed and undirected) in C++.

Added an implementation of Trie in C++.

can you please add the hacktoberfest label? thankyou.

It is useful program to add two matrices.

Added codes with comments for: 1. merege2sortedLists.cpp 2. remove duplicates from sorted array in cpp 3. remove an element from array in linear time and no extra space usage in...