Hi everyone,

I am Kshitiz Kumar. I am a Software Engineer.

Currently, I am looking forward to strengthening my Data Structures and Algorithms Skills. Hence I thought of creating a space where I can write down my notes to revise later and maybe, create a resource for you guys which will contain clear, crisp, concise and relevant information only. I will be covering Data structures first, starting with the linked list. Ideally, it should start with the Array data structure, but this idea came to my mind when I was revising the linked list's concepts.

I will add concepts of Arrays later during my revision.

I am not taking any reference as of now and coding completely all by myself, please feel free to further optimize the code and point out any errors. The whole motive of this is to LEARN and I believe mistakes are the best way to do that.

As I am a Java developer, I will code only in Java. My main focus is going to be on code. You can find all the topics that I cover under their respective labels. My plan is to cover Data Structures, Algorithms, Operating Systems, Java important concepts, Design Patterns and concepts of Microservices using Spring Boot. So, Stay tuned!

Let's begin!


Comments

Popular posts from this blog

Quick Sort

Disjoint Set - Implemented Using Arrays

Graph Traversal Code - BFS on Graph represented using Adjacency Matrix