An open API service indexing awesome lists of open source software.

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.

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.