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

https://github.com/grainme/cs50x_2022

Bunch of CS problems
https://github.com/grainme/cs50x_2022

c cs data-structures flask memory python

Last synced: 12 months ago
JSON representation

Bunch of CS problems

Awesome Lists containing this project

README

          

## Harvards CS50: Introduction to Computer Science

- 👨‍💻 This is CS50x 2022
- It's an introduction to the intellectual enterprises of computer science and the art of programming. This course teaches students how to think algorithmically and solve problems efficiently. Topics include abstraction, algorithms, data structures, encapsulation, resource management, security, software engineering, and web programming. Languages include C, Python, and SQL plus HTML, CSS, and JavaScript. Problem sets inspired by the arts, humanities, social sciences, and sciences. Course culminates in a final project. Designed for concentrators and non-concentrators alike, with or without prior programming experience. Two thirds of CS50 students have never taken CS before. Among the overarching goals of this course are to inspire students to explore unfamiliar waters, without fear of failure, create an intensive, shared experience, accessible to all students, and build community among students.
## Lectures
> argv/argc implementation
- [argv/argc](Lectures/argv.c)
#
> Implement a function that converts string to integer
- [atoi function](Lectures/atoi.c)
#
> Swap two variable function
- [swap fucntion](Lectures/swap.c)
#
> Get Size of an Array
- [array size](Lectures/array_size.c)
#
> Data Structure
- [Linked List](Lectures/Data_Structure/Linked_List.c)

## Problem Sets

### Pset1 - Week 1: Introduction to C (C)
> First code using C.
- [Hello, world!](Pset01/Hello)
- [Mario](Pset01/mario)
- [Credit](Pset01/credit)

### Pset2 - Week 2: Arrays
- [Lab 2: Scrabble](Pset2/Lab2)
- [Readability](Pset2/readability.c)
- [Caesar](Pset2/caesar.c)
- [Substitution](Pset2/substitution.c)

### Pset3 - Week 3: Algorithms
- [Plurality](Pset03/plurality.c)
- [Runoff](Pset03/runoff.c)
> Hardest problem so far !!
- [Tideman](Pset03/Tideman.c)

### Pset4 - Week 4: Memory
- [Lab 4: Volume](PSET04/Lab4/volume.c)

> Please keep in mind [Academic Honesty](https://cs50.harvard.edu/x/2020/syllabus/#academic-honesty).There are many great communities for support and help, such as [CS50 Stack Exchange](https://cs50.stackexchange.com/), the [CS50 Subreddit](https://www.reddit.com/r/cs50/) and the [CS50 Slack](http://cs50.edx.org/slack) :)