/CS50x_2022

Bunch of CS problems

Primary LanguageC

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

Implement a function that converts string to integer - atoi function

Swap two variable function - swap fucntion

Get Size of an Array - array size

Data Structure - Linked List

Problem Sets

Pset1 - Week 1: Introduction to C (C)

First code using C.

Pset2 - Week 2: Arrays

Pset3 - Week 3: Algorithms

Hardest problem so far !!

Pset4 - Week 4: Memory

Please keep in mind Academic Honesty.There are many great communities for support and help, such as CS50 Stack Exchange, the CS50 Subreddit and the CS50 Slack :)