abhishekchandra2522k /
CPPrograms
This repository contains various C++ Programs.
Loading repository data…
Kamal007OLica / repository
This repository contains my solutions, projects, and notes from Harvard's CS50 – Introduction to Computer Science. CS50 is a rigorous, hands-on course that covers fundamental computer science concepts, programming languages, and problem-solving techniques.
Welcome to my CS50 2025 repository! This is where I document my journey through Harvard’s iconic CS50 course, tackling problem sets, building projects, and exploring the fascinating world of computer science. Whether you're a fellow CS50 student, a curious learner, or just here to explore, this repository is a testament to the challenges, triumphs, and lessons learned along the way.
This repository contains:
CS50, also known as CS50x on edX, is Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. The course covers a wide range of topics, including:
To make your learning experience seamless, here are the official weekly modules and resources from the CS50x course on edX:
Clone the Repository:
git clone https://github.com/Kamal007OLica/Harvard-CS50-2025.git
cd Harvard-CS50-2025
Navigate to Weekly Folders: Each week has its own folder containing relevant code, notes, and resources.
Follow Along with the Course: Use the official CS50x edX course to watch lectures, complete problem sets, and track your progress.
If you'd like to contribute to this repository, feel free to:
To contribute:
git checkout -b feature-name).git commit -m "Add feature").git push origin feature-name).This repository is licensed under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication. This means you can freely use, modify, and distribute the content without any restrictions. For more details, see the LICENSE file.
Happy coding, and enjoy your journey through Harvard CS50 2025! 🚀
For more details, visit the official CS50 website.
Selected from shared topics, language and repository description—not editorial ratings.
abhishekchandra2522k /
This repository contains various C++ Programs.
ankit-prabhavak /
This repository contains C++ implementations of various Data Structures and Algorithms (DSA). It covers topics like arrays, linked lists, stacks, queues, trees, graphs, sorting, and searching algorithms. Each concept is demonstrated with code examples to help learners understand DSA fundamentals in C++.
iamapuneet /
🚀 This repository contains Data Structures and Algorithms (DSA) implementations in C++ with a focus on arrays, linked lists, stacks, queues, trees, graphs, sorting, searching, and other fundamental concepts. Ideal for interview preparation and competitive programming. 💡🔢
This repository contains lab materials and implementations for CSE225: Data Structures and Algorithms at NSU. It covers fundamental concepts in data structures and algorithmic problem-solving, including arrays, linked lists, stacks, queues, recursion, trees, and more, with a focus on C++ programming.
TareqAlKushari /
This repository contains a comprehensive collection of solutions to LeetCode problems, crafted with clarity and efficiency in mind. Each solution is written in a clean, readable format and includes insights into time and space complexity, making it an ideal resource for technical interview preparation, algorithm practice, and self-paced learning.
neyamulhasan /
This repository contains essential Data Structures and Algorithms (DSA) code that I've learned and implemented. It includes basic data structures like arrays, linked lists, stacks, queues, trees, and algorithms such as sorting, searching, and dynamic programming. This serves as a personal reference for mastering fundamental DSA concepts.