├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Riti Kumari 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Programming_language (C , C++, JAVA , PYTHON) 2 | - Quick links 3 | - Books 4 | - Notes 5 | - Cheatsheet 6 | - Practice 7 | 8 | 9 | # C Programming Language 10 | - Lecture videos : 11 | 12 | - English : [Neso Academy](https://www.youtube.com/playlist?list=PLBlnK6fEyqRggZZgYpPMUxdY1CYkZtARR) 13 | - Hindi : [Code with Harry](https://www.youtube.com/playlist?list=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR) 14 | - In One Video : [Code with Harry](https://www.youtube.com/watch?v=YXcgD8hRHYY&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=11&ab_channel=CodeWithHarry) 15 | 16 | - Books : [Let us c - yashwantkanetkar.pdf](https://github.com/riti2409/Programming_language/files/8146886/Let.us.c.-.yashwantkanetkar.pdf) 17 | 18 | - Notes/cheatsheet : 19 | - [Notes](https://drive.google.com/file/d/1FHt2QoM6U8rydz9HQkNF6Le0fgKtAy3m/view) 20 | - [Cheatsheet](https://github.com/riti2409/Programming_with_C_and_Cplus-plus/files/7980816/C_Cheat.pdf) 21 | 22 | - Practice : [Hackerrank](https://www.hackerrank.com/domains/c) 23 | 24 |
25 | 26 | # C++ Programming Language 27 | - Lecture videos : 28 | 29 | - English : [LearningLad](https://www.youtube.com/playlist?list=PLfVsf4Bjg79Cu5MYkyJ-u4SyQmMhFeC1C) 30 | - Hindi : [Code with Harry](https://www.youtube.com/playlist?list=PLu0W_9lII9agpFUAlPFe_VNSlXW5uE0YL) 31 | - In One Video : [Code with Harry](https://www.youtube.com/watch?v=yGB9jhsEsr8&ab_channel=CodeWithHarry) 32 | 33 | - Books : [C++.pdf](https://github.com/riti2409/Programming_language/files/8146913/C%2B%2B.pdf) 34 | 35 | - Notes/cheatsheet : 36 | - [Notes](https://drive.google.com/file/d/1FHt2QoM6U8rydz9HQkNF6Le0fgKtAy3m/view) 37 | - [Cheatsheet](https://www.codewithharry.com/blogpost/cpp-cheatsheet) 38 | 39 | - Practice : [Hackerrank](https://www.hackerrank.com/domains/cpp) 40 | 41 |
42 | 43 | # JAVA Programming Language 44 | - Lecture videos : 45 | 46 | - English : [Neso Academy](https://www.youtube.com/playlist?list=PLBlnK6fEyqRjKA_NuK9mHmlk0dZzuP1P5) 47 | - Hindi : [Code with Harry](https://www.youtube.com/playlist?list=PLu0W_9lII9agS67Uits0UnJyrYiXhDS6q) 48 | - In One Video : [Code with Harry](https://www.youtube.com/watch?v=ihk_Xglr164&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=15&ab_channel=CodeWithHarry) 49 | 50 | - Books : [LearnJava.pdf](https://github.com/riti2409/Programming_language/files/8146914/LearnJava.pdf) 51 | 52 | - Notes/cheatsheet : 53 | - [Notes](https://github.com/riti2409/Programming_language/files/8146923/Java.Programming.pdf) 54 | - [Cheatsheet](https://github.com/riti2409/Programming_language/files/8146917/Java-Cheat-Sheet.pdf) 55 | 56 | - Practice : [Hackerrank](https://www.hackerrank.com/domains/java) 57 | 58 |
59 | 60 | # PYTHON Programming Language 61 | - Lecture videos : 62 | 63 | - English : [Telusko](https://www.youtube.com/playlist?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3) 64 | - Hindi : [Code with Harry](https://www.youtube.com/playlist?list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME) 65 | - In One Video : [Code with Harry](https://www.youtube.com/watch?v=ihk_Xglr164&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7&index=15&ab_channel=CodeWithHarry) 66 | 67 | - Books : [Python Programming.pdf](https://github.com/riti2409/Programming_language/files/8146943/Python.Programming.Python.Programming.for.Beginners.Python.Programming.for.Intermediates.PDFDrive.pdf) 68 | 69 | - Notes/cheatsheet : [Python-Cheat-Sheet.pdf](https://github.com/riti2409/Programming_language/files/8146925/Python-Cheat-Sheet.pdf) 70 | 71 | - Practice : [Hackerrank](https://www.hackerrank.com/domains/python) 72 | 73 |
74 | --------------------------------------------------------------------------------