Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 2.87 KB

README.md

File metadata and controls

50 lines (39 loc) · 2.87 KB

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