https://github.com/b3ta-blocker/computing-and-artificial-intelligence
Explore the CS-101 first-semester repository, delving into C++ code and related files created during the course on Computing and Artificial Intelligence. Welcome to the world of coding.
https://github.com/b3ta-blocker/computing-and-artificial-intelligence
cpp fundamentals-of-programming
Last synced: 7 months ago
JSON representation
Explore the CS-101 first-semester repository, delving into C++ code and related files created during the course on Computing and Artificial Intelligence. Welcome to the world of coding.
- Host: GitHub
- URL: https://github.com/b3ta-blocker/computing-and-artificial-intelligence
- Owner: B3TA-BLOCKER
- Created: 2024-01-08T15:29:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T18:46:00.000Z (over 2 years ago)
- Last Synced: 2024-12-29T06:16:18.272Z (over 1 year ago)
- Topics: cpp, fundamentals-of-programming
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Semester 1 - CS-101: Computing and Artificial Intelligence 🤖💻
Welcome to the repository for the first semester of CS-101, focusing on Computing and Artificial Intelligence. This repository contains the C++ code and related files created during the course.
## Overview 🚀
Explore the C++ code developed throughout the first semester of CS-101, covering topics related to Computing and Artificial Intelligence. The code in this repository showcases the skills and knowledge acquired during the semester.
## Folder Structure 📂
The repository is organized into the following directories:
1. `Assignments`: Completed assignments related to the course.
2. `Practise Questions`: This section provides hands-on experience to help solidify your understanding.
3. `Quiz Solutions`: Solutions for quizzes conducted during the semester.
4. `Self Learning`: Additional self-learning codes developed independently.
Feel free to navigate through these folders to access specific content based on your interest.
## Contributing 🤝
If you'd like to contribute to this repository, please follow these guidelines:
1. Fork the repository.
2. Create a new branch for your changes: `git checkout -b feature/new-feature`.
3. Make your changes and commit them: `git commit -m "Add new feature"`.
4. Push to the branch: `git push origin feature/new-feature`.
5. Create a pull request.