/StandardCPP

This repository contains some of the basic, standard and/or most frequenly used data structures, algorithms and techniques. Used for reference and revision.

Primary LanguageC++

Standard C/C++

This repository consists of some of the most standard and usually basic codes related to the various components and elements of the C/C++ language.

These components and elements can range from basic stuff such as the use cases of things like pointers, structures & functions and all the way to basic data structures such as Arrays, Linked Lists, Stacks, Queues and much more.

Made for personal reference.