Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mareksuscak/cs50
🎓 Harvard CS50x — 2018 solutions 👨🏫
https://github.com/mareksuscak/cs50
algorithms c cs50 cs50x data-structures python
Last synced: 5 days ago
JSON representation
🎓 Harvard CS50x — 2018 solutions 👨🏫
- Host: GitHub
- URL: https://github.com/mareksuscak/cs50
- Owner: mareksuscak
- Created: 2018-04-05T11:10:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T09:04:12.000Z (over 3 years ago)
- Last Synced: 2024-12-11T01:51:40.378Z (12 days ago)
- Topics: algorithms, c, cs50, cs50x, data-structures, python
- Language: C
- Homepage: https://cs50.harvard.edu/x/2020/
- Size: 21.4 MB
- Stars: 457
- Watchers: 49
- Forks: 409
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CS50x — 2018 solutions
=====================> A quick word on [Academic Honesty](https://cs50.harvard.edu/x/2020/honesty/). While these solutions will help you to get through the course without too much effort, you should do your best to figure out a working solution yourself before taking a look at any of my solutions. Investing your time and energy into solving the problem sets yourself is in my opinion the only way to eventual mastery.
Go ahead and take a peek at the solutions.
## Table of Contents
- [Problem Set 1: C](/pset1)
* [hello](/pset1/hello)
* [cash](/pset1/cash)
* [credit](/pset1/credit)
* mario
+ [less](/pset1/mario/less)
+ [more](/pset1/mario/more)
- [Problem Set 2: Crypto](/pset2)
* [caesar](/pset2/caesar)
* [vigenere](/pset2/vigenere)
* [crack](/pset2/crack)
- [Problem Set3: Music](/pset3)
* [music](/pset3/music)
- [Problem Set 4: Forensics](/pset4)
* [whodunit](/pset4/whodunit)
* resize
+ [less](/pset4/resize/less)
+ [more](/pset4/resize/more)
* [recover](/pset4/recover)
- [Problem Set 5: Mispellings](/pset5)
* [speller](/pset5/speller)
+ [hashtable](/pset5/speller/hashtable)
+ [trie](/pset5/speller/trie)
+ [bloom filter](/pset5/speller/bloom_filter)
- [Problem Set 6: Déjà vu](/pset6)
* [sentimental](/pset6/sentimental)
+ [hello](/pset6/sentimental/hello)
+ [cash](/pset6/sentimental/cash)
+ [credit](/pset6/sentimental/credit)
+ mario
- [less](/pset6/sentimental/mario/less)
- [more](/pset6/sentimental/mario/more)
+ [caesar](/pset6/sentimental/caesar)
+ [vigenere](/pset6/sentimental/vigenere)
+ [crack](/pset6/sentimental/crack)
* [similarities](/pset6/similarities)
+ [less](/pset6/similarities/less)
+ [more](/pset6/similarities/more)
- [Problem Set 7: C$50 Finance](/pset7)
* [finance](/pset7/finance)
- [Problem Set 8: Mashup](/pset8)
* [mashup](/pset8/mashup)## Full Disclosure
I worked out these solutions as part of the preparation for a CS50x course I led during winter 2018/19 in the city of Kosice, Slovakia. This way, I would like to express my gratitude for this great opportunity.
- [An official announcement](https://www.facebook.com/DanubeDigital/posts/758423431009895)
- [My personal announcement](https://www.facebook.com/mareksuscak/posts/10212448694424737)
- [My certificate of gratitude](https://www.facebook.com/photo.php?fbid=10212767883924275&set=a.1747426837808.2090961.1002913113&type=3)
- [Prof. David J. Malan's greets graduates of the first CS50x batch in Slovakia](https://www.facebook.com/vladimir.liulka/posts/1487077188057449)