Skip to content

Drybones2048/DataStructures-Algorithms

 
 

Repository files navigation

Table of Contents

  1. Coding Interview Problems
  2. Leetcode Solutions
  3. Library
  4. My Online Submissions
  5. Tricks

Coding Interview Problems Overview

One of the most intimidating parts of getting a software enginnering job in industry is the technical interview. Luckily, I have programmed solutions to some of the most common coding interview questions. These solutions include:

  • Jump Game II, which runs in O(n) time.
  • The Coin Change Problem, which runs in O(n * S) time.
  • The Duplicate XOR Problem I, which runs in O(n) time.
  • The Duplicate XOR Problem II, which runs in O(n) time.
  • The Splitwise Problem, which runs in O(M + N log N) time.

Leetcode Solutions Overview

The largest part of this repository are the LeetCode solutions that I have solved and provided the solutions for here. There are 30+ LeetCode solutions in this repository, some of these include:

Library Overview

In this repository I also have a library I created for a vairety of Data Structures' solutions. There are multiple libraries for whatever suits your needs. These library solutions include:

My YouTube Channel

I make Video Lectures on YouTube for

  1. Data Structures
  2. Algorithms
  3. Interview Tips for Software Engineering Jobs
  4. Math Puzzles
  5. Brain Teasers
  6. Logical Reasoning

Youtube Channel
Facebook Page Blog

My Profile Links

CodeForces
CodeChef

About Me

I am Rachit Jain, currently working as Software Engineer in Microsoft.
I have graduated from IIT Roorkee in 2017.
I have done my majors in Electrical Engineering,
and minors in Computer Science Engineering.
Competitive Programming is my hobby, as I like to keep my mind sharp.
I love to explore and learn new algorithms and programming techniques.
I like teaching, and hence launched my YouTube channel recently.

Achievements

  1. JEE Mains All India Rank: #69 among 1.4 million candidates
  2. IITian
  3. Despite majors in Electrical Engineering:
    a. Cracked job interviews for Microsoft, Directi.
    b. Google APAC Global Rank: #25 (Round D, 2017)
    c. Codeforces Rating: 2018 (DIV 1)
    d. Did internships in Flipkart(III Year) and Grofers(II Year).
    e. Launched YouTube Channel for DS, Algos for teaching.

About

The best library for implementation of all Data Structures and Algorithms - Trees + Graph Algorithms too!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.6%
  • Python 16.1%
  • Shell 0.3%