// category archive

C++

Learn and practice the data structure and algorithm with C++ Programming language

60 articles

All
Cover illustration for an article about C++ Vector vs List Performance Cache
C++

C++ Vector vs List Performance Cache

Compare C++ vector vs list performance cache behavior. Learn how contiguous memory reduces cache misses and why vector beats list for iteration on modern.

Nilesh Raut · · 20 min read
Leetcode 342. Power of Four
100 Days Challenge Leetcode

Leetcode 342. Power of Four (Easy)

LeetCode 342. Power of Four :Hey there, coding enthusiasts! Welcome back to another exciting coding session. Today’s problem is a treat—literally! We’re going to solve the “Power of…

Nilesh Raut · · 5 min read