gitmyhub

DSA-Bootcamp-Java

Java ★ 23k updated 1y ago

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.

Free Java bootcamp with code, exercises, and notes for learning data structures, algorithms, and interview prep.

Javasetup: easycomplexity 2/5

This repository is the companion code for a free online bootcamp that teaches data structures, algorithms, and interview preparation using the Java programming language. Data structures and algorithms are the building blocks of computer science — they cover topics like how to organize and search through data efficiently, and how to solve the kinds of problems that come up in technical job interviews at software companies.

The repo contains code samples, assignment exercises, and notes that go alongside a YouTube lecture series. It is part of a course offered by WeMakeDevs and is aimed at people learning Java who want to prepare for software engineering interviews, including those at major tech companies. Solutions to assignments are available on LeetCode, a popular coding challenge platform.

Where it fits