Skip to content

📓 A collection of data structures and algorithms implemented in C++ using STL

Notifications You must be signed in to change notification settings

11ujjawal/codepile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodePile

This project records my experimentation with various data structures and algorithms. Implementation of data structures which have not been provided as part of the Standard Template Library (STL) by the C++ standard have been designed, example Trie, Binary Search Tree. A few of the data structures have been implemented in different way like linked lists. In addition to it, numerous problems, whose efficient solution employs these data structures have been attempted. Implementation of well known algorithms in the C++ language using the STL has been provided.

The problems have been picked from Elements of Programming Interview and GeeksForGeeks. The implementation accounts for approaches and suggestions mentioned in the above references.

About

📓 A collection of data structures and algorithms implemented in C++ using STL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages