https://github.com/techycsr/cipherschoolassigments
Assignments Submission Repo by @TechyCSR :)
https://github.com/techycsr/cipherschoolassigments
assignment cipherschools cpp dsa-practice
Last synced: about 1 year ago
JSON representation
Assignments Submission Repo by @TechyCSR :)
- Host: GitHub
- URL: https://github.com/techycsr/cipherschoolassigments
- Owner: TechyCSR
- Created: 2024-08-29T13:00:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T05:20:58.000Z (over 1 year ago)
- Last Synced: 2025-01-09T05:31:13.453Z (about 1 year ago)
- Topics: assignment, cipherschools, cpp, dsa-practice
- Language: C++
- Homepage: https://assignments.techycsr.tech
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# __CipherSchool C++ Assignments__
This repository contains my daily C++ assignments for CipherSchool. Each day is organized into its own folder, and within each folder, you'll find C++ files corresponding to the questions assigned for that day.
__Course Instructor:__ Avnish Sir
__Profile Link:__ [LinkedIn Profile](https://bit.ly/cipherschoolslinkedin)
---
## __Repository Structure__
Each day of the course has its own folder, containing solutions to the assigned questions. The structure is as follows:
- **Day 1/**
- `Ques-01.cpp` : Solution for Question 1
- `Ques-02.cpp` : Solution for Question 2
- ...
- **Day 2/**
- `Ques-01.cpp` : Solution for Question 1
- `Ques-02.cpp` : Solution for Question 2
- ...
- **Day 3/**
- `Ques-01.cpp` : Solution for Question 1
- `Ques-02.cpp` : Solution for Question 2
- ...
...and so on.
---
## __How to Use__
1. Navigate to the folder for the specific day you're interested in.
2. Open the relevant `.cpp` file to view or edit the solution to the question.
3. Compile and run the code to test the solution.
---
__Note:__
These assignments are part of my learning journey in C++ under the guidance of Ashis Sir. Each solution is crafted with a focus on improving problem-solving skills using C++.