12 followers
CS Student | Open-source developer | Freelance writer
Setting up linters, syntax highlighter, NerdTrees, and more · https://youtu.be/Bf7Rubnyz_E Before we begin, let us motivate this topic with the relevance...
For writing cross-platform applications · At some point in our C++ journey, we meet tools that improve our project's maintainability. Configuring build...
Notes gathered from the Guidelines · Library support extends our tools to create pieces of software. Because of this, we no longer need to write...
This article will cover the guiding principle for the design and implementation of our data structures library. Since we form our discussion around...
This article introduces what we mean by Abstract Data Types (ADT) and its importance in developing our Data Structures Library. Abstraction is of the...
This article will introduce the need for implementing iterators in writing a maintainable and flexible data structure. Before we start the series and...