MPManas Pawarinmanaspawar202.hashnode.dev·Jan 22, 2024 · 4 min readCS50x : Week 4: MemoryIn Week 4 we were introduced to various concepts revolving around how memory is used and managed in C. Memory Structure: Memory is organized as 2 Dimensional Arrays. Every memory location contains an address. Generally hexadecimal numbers are used to...00
MPManas Pawarinmanaspawar202.hashnode.dev·Oct 26, 2023 · 5 min readCS50x : Week 3: AlgorithmsIn this week of CS50x we learned different Searching and Sorting Algorithms. We started with two searching algorithms the Linear search and the Binary search. Linear Search In linear search we iterate through the data one element at a time using a lo...00
MPManas Pawarinmanaspawar202.hashnode.dev·Sep 8, 2023 · 2 min readCS50x : Week 2 : ArraysIn Week 1 I learnt the basics of C programming language. This week I will learn about the data structure Array. Firstly I learnt about how a compiler works and what compiling is. It involves 4 major steps: Pre-processing(header files are copied and p...00
MPManas Pawarinmanaspawar202.hashnode.dev·Sep 5, 2023 · 1 min readCS50x: Week 1 : CIn the second week i.e. Week 1 we were introduced to the programming language C. Where I learnt about the basics of the C language: header files, variables, print function, conditional statements and functions. After the main lecture and some short v...00
MPManas Pawarinmanaspawar202.hashnode.dev·Jun 29, 2023 · 3 min readSPACE ODYSSEY: my first project made with scratchIntroduction: Welcome to SPACE ODYSSEY, buckle up for a thrilling journey across the cosmos, maneuver your spaceship and stop at planets to gather resources beware of the asteroids because a collision with them can cause damage to the ship. SPACE ODY...01A