kunal-kushwaha / DSA-Bootcamp-Java

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
16.76k stars 10.85k forks source link

How u can access all the notes...just some basic steps to follow. #1167

Open akshatsha55 opened 11 months ago

akshatsha55 commented 11 months ago

if still struggling to find the notes of DSA follow these simple steps

On the top you can see few options which are like codes , issues , pull request and all , Click on code Now again you will see a green code option , just click on it and download the compressed zip file now it will be downloaded to you pc

Rebooted69 commented 11 months ago

this is working guys u can access the notes by following thse steps...thanks akshat

sayande717 commented 8 months ago

Another command line method is to use git clone:

git clone https://github.com/kunal-kushwaha/DSA-Bootcamp-Java.git
rishiraj88 commented 8 months ago

I, too, have tried and tested the method suggested by @akshatsha55 . It works like a charm! Thanks for the command-line methods as well, @sayande717 .