https://github.com/bytesclub/cs-01
An easy of Computer Programming with Real-life use-cases
https://github.com/bytesclub/cs-01
Last synced: about 1 year ago
JSON representation
An easy of Computer Programming with Real-life use-cases
- Host: GitHub
- URL: https://github.com/bytesclub/cs-01
- Owner: BytesClub
- License: gpl-2.0
- Created: 2017-12-17T07:28:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T12:05:32.000Z (over 8 years ago)
- Last Synced: 2025-02-05T12:52:58.533Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CS-01
An easy of Computer Programming with Real-life use-cases.
A Bytes Club initiative to improve Competitive Programming Culture.
## Objectives
Our main objective is to implement the real life problems through Computer Science.
## Course Structure
0. [Data Handling](pset0/) _(Optional)_
Contains basic problems on how to read and manage data from a specific structure.
Most of the problems does not require any Data Structure or Algorithm knowledge.
_**Preferred Language:** [Shell](https://www.thegeekstuff.com/2010/06/bash-array-tutorial/), Python 3.x_
_**Due On:** 18-Dec-2017_
1. [Understanding Search](pset1/)
_Yet to be announced_
2. [Real-time Streaming](pset2/)
_Yet to be announced_
3. [Introduction to Big Data](pset3/)
_Yet to be announced_
## Notifications
* Subscribe to [Bytes Club](https://groups.google.com/forum/#!forum/bytes-club) to get regular update and newsletter on this course.
* Send the joining proposal to [Bytes Club Mailing List](mailto:bytes-club@googlegroups.com).
## Contribution
* Reference: [Contributing Guidelines](.github/CONTRIBUTING.md)
* Create a directory of your Username (in GitHub) in particular Problem set and put your solution to them.
* Create a Pull Request mentioning the Problem set you are solving along with your name and email address.
* Alternatively you can mail us the patch containing above information.
## Contact
* [Ayan Chandra](https://ayanc18.github.io/)
* [Progyan Bhattacharya](http://codeprogyan.me)
* [Bytes Club](https://bytesclub.github.io)