Paste links related to learning programming for placement or advanced industrial learning.
- GeeksForGeeks
- Cpp STL
- Java Basics
- JavabyPatel
- C Coding Standards
- Code Chef
- W3Schools
- Python Basics
- CS50x
- HowToDoInJava
- Codecademy - Learn to code
NOTE: Only add links in this readme file. Do not create new files or PR will be marked invalid.
This project is open to and encourages contributions! If you wish to work on this project and extend it with your own learning resources:
- Fork this project
- Create a branch (
git checkout -b new-branch
) - Commit your changes (
git commit -am 'add new feature'
) - Push to the branch (
git push origin new-branch
) - Submit a pull request!