π― Week 4: Algorithms β @cs50 2025
Just wrapped up Lecture 3 by Prof. @davidjmalan.
From linear to binary search, bubble to merge sort β efficiency isnβt magic, itβs logic.
Recursion bent my brain (in a good way).
@cs50 is teaching me to think, not just code.
#CS50#Coding#cpp
π― Week 3: Arrays β @Harvard's @cs50 2025
Just finished Lecture 2 by Prof. @davidjmalan , and it completely changed how I see data.
Arrays, strings & cryptography felt like discovering the DNA of programs.
Debugging isnβt frustrating anymoreβitβs learning in disguise. π»β¨
#CS50
Week 2 of @Harvard's @cs50x β
C coding finally begins β from visual logic to real syntax.
Understanding compilers, variables, and loops made me see how computers think.
Prof. @davidjmalan teaching = π₯
Next up: Arrays and deeper logic!
#CS50#LearningToCode#DevCommunity#CS
π Week 4: C++ Journey Complete!
Finished Abdul Bariβs βLearn C++ Programming β Beginner to Advanceβ on @udemy.
From syntax to building a full banking system β learned OOP, STL, templates, exception handling & modern C++11.
Next: back to @Harvard@cs50 !
#Cpp#Dev#CSF#CS50
π― Week 1 of my @cs50 journey with @Harvard's @davidjmalan !
Learned how computers think β from binary to Unicode, built my first Scratch project, and realized coding is really about problem-solving.
Excited to dive into C next! β‘
#LearningToCode#HarvardCS50#TechJourney#cse
π¨βπ Week 3 of my C++ journey!
Explored advanced concepts β functions, templates, OOP, inheritance, constructors & operator overloading. Some topics were tough but fun to figure out.
Each stepβs making coding feel smoother & more logical!
#Cpp#LearnToCode#ProgrammingJourney#Code
π Today at college, we attended a Gender Sensitization & Society Reform program. π
We learned how gender equality is practiced and why itβs essential for building a better, fairer future. π‘
Creating a respectful and inclusive society starts with each of us. β€οΈ
#GenderEquality
I have decided to pause DSA for now and restart C++ from scratch π
This time I will record every code and rebuild my profile from zero.
I will share weekly updates (probably every Sunday), letβs grow together π
#Cplusplus#DSA#Coding#DevJourney#Learning
Day 9 of my DSA journey π
Learned head recursion (like tail but runs on the return path).
Explored π³ tree recursion-tricky to trace but super fun !
Also tried indirect recursion where functions call each other in a loop π
Practiced all with small codes.
#DSA#CPP#Coding#C
Day 8 of DSA:
Explored recursion time complexity & practiced a simple recursive function.
Learned about static vs global vars in recursion, wrote sample code, and discovered tail recursion,where loops can be more space-efficient.
#DSA#Cplusplus#Coding#100DaysOfCode
Day 7 of DSA:
Learned time complexity (runtime vs input) & space complexity (memory use) and practiced basic analysis.
Explored recursion, calling/returning phases and how it runs inside stack memory.
#DSA#Cplusplus#Coding#LearnInPublic#100DaysOfCode
Iβm a B-Tech CSE student π planning to buy my first serious laptop. Budget is around βΉ40k max πΈ. I need it for programming (Java, Python, C++), IDEs, web dev, projects & studies. I feel lost choosing the right one π. Any advice would mean a lot! π #CSE#LaptopAdvice#code
Day 6 of my #DSA journey π
β’ What Data Structures are & how they move data from disk to memory
β’ Basics of Database, Data Warehouse & Big Data
β’ Memory layout: Stack, Heap, Code section
β’ Physical DS (Array/LinkedList), Logical DS & ADT π‘
#Coding#Cplusplus#Learning