├── ARRAYS-2-04-2020.pdf ├── ARRAYS-2-06-2020.pdf ├── Binary-Tree-3-13-2020.pdf ├── Linked-Lists-2-20-2020.pdf ├── Linked-Lists-2-21-2020.pdf ├── Question-Set-1-Solutions.pdf ├── Question-Set-Arrays-Strings.pdf ├── Question-Set-Strings.pdf ├── Recursion-DFS-3-6-2020.pdf ├── STRINGS-2-13-2020.pdf ├── STRINGS-Session-2-11-2020.pdf └── readMe.md /ARRAYS-2-04-2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VarunOjha/LeetcodeBootcampResources/fb4243719363fd3c5c40a5dc7ac0ff12f42d406c/ARRAYS-2-04-2020.pdf -------------------------------------------------------------------------------- /ARRAYS-2-06-2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VarunOjha/LeetcodeBootcampResources/fb4243719363fd3c5c40a5dc7ac0ff12f42d406c/ARRAYS-2-06-2020.pdf -------------------------------------------------------------------------------- /Binary-Tree-3-13-2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VarunOjha/LeetcodeBootcampResources/fb4243719363fd3c5c40a5dc7ac0ff12f42d406c/Binary-Tree-3-13-2020.pdf -------------------------------------------------------------------------------- /Linked-Lists-2-20-2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VarunOjha/LeetcodeBootcampResources/fb4243719363fd3c5c40a5dc7ac0ff12f42d406c/Linked-Lists-2-20-2020.pdf -------------------------------------------------------------------------------- /Linked-Lists-2-21-2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VarunOjha/LeetcodeBootcampResources/fb4243719363fd3c5c40a5dc7ac0ff12f42d406c/Linked-Lists-2-21-2020.pdf -------------------------------------------------------------------------------- /Question-Set-1-Solutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VarunOjha/LeetcodeBootcampResources/fb4243719363fd3c5c40a5dc7ac0ff12f42d406c/Question-Set-1-Solutions.pdf -------------------------------------------------------------------------------- /Question-Set-Arrays-Strings.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VarunOjha/LeetcodeBootcampResources/fb4243719363fd3c5c40a5dc7ac0ff12f42d406c/Question-Set-Arrays-Strings.pdf -------------------------------------------------------------------------------- /Question-Set-Strings.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VarunOjha/LeetcodeBootcampResources/fb4243719363fd3c5c40a5dc7ac0ff12f42d406c/Question-Set-Strings.pdf -------------------------------------------------------------------------------- /Recursion-DFS-3-6-2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VarunOjha/LeetcodeBootcampResources/fb4243719363fd3c5c40a5dc7ac0ff12f42d406c/Recursion-DFS-3-6-2020.pdf -------------------------------------------------------------------------------- /STRINGS-2-13-2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VarunOjha/LeetcodeBootcampResources/fb4243719363fd3c5c40a5dc7ac0ff12f42d406c/STRINGS-2-13-2020.pdf -------------------------------------------------------------------------------- /STRINGS-Session-2-11-2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VarunOjha/LeetcodeBootcampResources/fb4243719363fd3c5c40a5dc7ac0ff12f42d406c/STRINGS-Session-2-11-2020.pdf -------------------------------------------------------------------------------- /readMe.md: -------------------------------------------------------------------------------- 1 | # Leetcode Bootcamp by NYU Tandon Career Services 2 | 3 | The following github repository contains all lecture slides and question sets for Session 2 4 | 5 | **Topics covered so far** 6 | 7 | - Arrays 8 | - Strings 9 | - Linked List 10 | - Recursion/DFS 11 | - Binary Trees (ongoing) 12 | 13 | ## Acknowledgments 14 | 15 | * Leetcode 16 | * GeeksforGeeks --------------------------------------------------------------------------------