Skip to content

Implementation of Algorithms and Data Structures, Problems and Solutions

Notifications You must be signed in to change notification settings

neerajjain92/data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms and Data Structures

This is the collection of algorithms, data structures and Interview Questions with solutions. This repository contains my solutions for classic algorithmic problems and implementation of Data Structures in Java. I've created this repository to learn about algorithms. I am adding solutions continuously.

I have curated these list from famouse blogs, youtube etc. For Brushing up the basic data-structures skills, just go ahead and jump into GeekForGeeks Section(Topic Wise Questions), Once you feel confortable with them, then go ahead and try different companies questions and leetcode interview problems described here to ace the interview. Till then Happy Hacking 😄

GEEKS FOR GEEKS (Topic Wise)

Dynamic Programming BootCamp

Sliding Window BootCamp

Prefix Sum Technique

Greedy Technique

Backtracking

Interview Bit Problems

COMPANY PREP

Leet-Code Problems