Skip to content

Implementation of various data structures and algorithms in Java (ie breadth first search, depth first search, sorting algorithms, etc)

Notifications You must be signed in to change notification settings

AveryCS/data-structures-and-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

I compiled this repo by speaking with countless software engineers who have cracked the coding interview. They helped me narrow down the concepts and types of problems to focus on.

This repo includes concepts that come up often in technical interviews, such as:

Breadth First Search

Depth First Search

Binary Search

Sorting algorithms

Much more!

Helpful resources

A lot of these solutions can be very challenging to wrap your head around at first. So, here are some of my favorite resources that help to explain them in layman’s terms:

Back To Back SWE

Coding with John

Lalitha Natraj

Leetcode Solutions with Nick White

Get Connected

LinkedIn

Email

About

Implementation of various data structures and algorithms in Java (ie breadth first search, depth first search, sorting algorithms, etc)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages