Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexjmercer/study-material-for-cpp
Putting all the study materials of the NPTEL C++ course in one place.
https://github.com/alexjmercer/study-material-for-cpp
cpp cpp17 educational learning nptel nptel-courses nptel-solutions
Last synced: 6 days ago
JSON representation
Putting all the study materials of the NPTEL C++ course in one place.
- Host: GitHub
- URL: https://github.com/alexjmercer/study-material-for-cpp
- Owner: AlexJMercer
- Created: 2023-09-14T19:00:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T19:18:35.000Z (over 1 year ago)
- Last Synced: 2024-11-20T02:08:33.707Z (2 months ago)
- Topics: cpp, cpp17, educational, learning, nptel, nptel-courses, nptel-solutions
- Language: C++
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NPTEL C++ Course
- This repository contains my self-made notes and assignments of the NPTEL C++ course.
- These notes and code snippets have been created and made by me, completely to my understanding of the course.
- I have tried to make the notes as simple as possible, and have tried to include all the important points of the course.You can click on the links below to directly go to the notes of the respective weeks. Happy Learning !
- Do 🌟 this repository if you find it helpful !!
# Contents
- ## 🔗 Week 1 : Loops, Arrays & Common DS
- ## 🔗 Week 2 : Manifests, Pointers and References, Overloading, Dynamic Memory Management
- ## 🔗 Week 3