DEV Community

Ujjawal Chaudhary profile picture

Ujjawal Chaudhary

C | C# | Python. Focused on Data Structures, Algorithms, and Multiplayer Game Development. Building consistent habits 🛠️

Joined Joined on  github website
Day 9: Iteration vs. Recursion: Analyzing Performance (Factorial)

Day 9: Iteration vs. Recursion: Analyzing Performance (Factorial)

Comments
1 min read
Day 8: Visualizing the Call Stack: How Recursion Actually Works

Day 8: Visualizing the Call Stack: How Recursion Actually Works

Comments
1 min read
Day 7: Week 1 Retrospective: Mastering C Pointers & Memory Internals

Day 7: Week 1 Retrospective: Mastering C Pointers & Memory Internals

Comments
1 min read
Day 6: Structs in C: Organizing Data without Classes

Day 6: Structs in C: Organizing Data without Classes

Comments 1
1 min read
Day 5: C Strings: The Danger of the Null Terminator (\0)

Day 5: C Strings: The Danger of the Null Terminator (\0)

Comments 1
1 min read
Day 4: The Sizeof Trap: Understanding Array Decay in C

Day 4: The Sizeof Trap: Understanding Array Decay in C

Comments 1
1 min read
With Great Power Comes Great Responsibility (and Segfaults) đź§ 

With Great Power Comes Great Responsibility (and Segfaults) đź§ 

Comments 1
1 min read
Pointer Arithmetic: Traversing Memory without an Index

Pointer Arithmetic: Traversing Memory without an Index

Comments 1
1 min read
Day 1: The Array Lie (Arrays vs Pointers in C)

Day 1: The Array Lie (Arrays vs Pointers in C)

Comments 1
1 min read
loading...