├── Lecture_1.pdf ├── Lecture_3.pdf ├── Lecture_4.pdf ├── Lecture_5.pdf ├── Lecture_6.pdf ├── Lecture_7.pdf ├── Lecture_8.pdf ├── Lecture_9.pdf ├── Lecture_10.pdf ├── Lecture_11.pdf ├── Lecture_12.pdf └── README.md /Lecture_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijakinger/DSA_Java/HEAD/Lecture_1.pdf -------------------------------------------------------------------------------- /Lecture_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijakinger/DSA_Java/HEAD/Lecture_3.pdf -------------------------------------------------------------------------------- /Lecture_4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijakinger/DSA_Java/HEAD/Lecture_4.pdf -------------------------------------------------------------------------------- /Lecture_5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijakinger/DSA_Java/HEAD/Lecture_5.pdf -------------------------------------------------------------------------------- /Lecture_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijakinger/DSA_Java/HEAD/Lecture_6.pdf -------------------------------------------------------------------------------- /Lecture_7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijakinger/DSA_Java/HEAD/Lecture_7.pdf -------------------------------------------------------------------------------- /Lecture_8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijakinger/DSA_Java/HEAD/Lecture_8.pdf -------------------------------------------------------------------------------- /Lecture_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijakinger/DSA_Java/HEAD/Lecture_9.pdf -------------------------------------------------------------------------------- /Lecture_10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijakinger/DSA_Java/HEAD/Lecture_10.pdf -------------------------------------------------------------------------------- /Lecture_11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijakinger/DSA_Java/HEAD/Lecture_11.pdf -------------------------------------------------------------------------------- /Lecture_12.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijakinger/DSA_Java/HEAD/Lecture_12.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # DSA_Java 2 | 3 | These are the notes from the DSA in JAVA playlist by Kunal Kushwaha 4 | 5 | Link: 6 | https://www.youtube.com/watch?v=rZ41y93P2Qo&list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ 7 | 8 | Lecture 1 : 9 | Introduction to Programming : https://youtu.be/wn49bJOYAZM 10 | 11 | Lecture 3: 12 | Introduction to JAVA : https://youtu.be/4EP8YzcN0hQ 13 | 14 | Lecture 4: 15 | Input/Output Debugging Datatypes : https://youtu.be/TAtrPoaJ7gc 16 | 17 | Lecture 5 : 18 | Switch Case : https://youtu.be/mA23x39DjbI 19 | 20 | Lecture 6 : 21 | Functions and Methods : https://youtu.be/vvanI8NRlSI 22 | 23 | Lecture 7 : 24 | Arrays and Arraylists : https://youtu.be/n60Dn0UsbEk 25 | 26 | Lecture 8 : 27 | Linear Search Algo : https://youtu.be/_HRA37X8N_Q 28 | 29 | Lecture 9 : 30 | Binary Search Algo : https://youtu.be/f6UU7V3szVw 31 | 32 | Lecture 10 : 33 | Bubble Sort Algo : https://youtu.be/F5MZyqRp_IM 34 | 35 | Lecture 11 : 36 | Selection Sort Algo : https://youtu.be/Nd4SCCIHFWk 37 | 38 | Lecture 12 : 39 | Insertion Sort Algo : https://youtu.be/By_5-RRqVeE 40 | 41 | --------------------------------------------------------------------------------