Learning C on CodeChef and Array Manipulation

Day 14: TIL Today was all about Array , the logic behind inserting and removing elements. unlike Python where you can just .pop() or .insert(), in C you have to manually shift every single element to make room or close a gap. It’s a bit tedious, but it gives you a crystal-clear understanding of how much work the computer is actually doing behind the scenes. I officially on CodeChef today, starting the roadmap to becoming a 5-star coder. I’m starting in the 500-800 difficulty range, and it feels good to add another platform to the mix. Between practicing Greater Average and diving into the Module 9 lessons on array manipulation. I'm only 1% into the roadmap. #phitron #C #CodeChef

To view or add a comment, sign in

Explore content categories