
Competitive Programming
Digital Wizards
About Competitive Programming
Competitive Programming is a thrilling and mentally engaging domain that focuses on solving algorithmic problems within a competitive setup. The major focus in competitive programming is finding quickly, the most optimized solution by minimizing both space and time complexity through a careful blend of mathematical concepts, data structures and algorithms.
Events & Sessions
Introduction to C++ and Basics of CP + Hands-on IDE Install
2024-08-31
The session was designed for beginners to provide a solid foundation in C++ programming, equipping them with practical tips and tricks that are crucial in competitive programming. Topics covered included: Basics of C++, Arrays, Vectors, & STL (Maps and Set), and Strings.
DSA Workshop Series - Lecture 1: Arrays
2024-10-26
The first session of the DSA Lecture Series focused on Arrays and Strings, covering concepts and hands-on coding. Problem-solving approaches apart from brute-force were discussed in detail. Topics covered included: Arrays (Bit manipulation, Maps, Kadane's Algorithm, and Sliding Window) and Strings.
Tachyon CP Contest
2024-11-16
As a part of the Tachyon Fest, DW organized a CP contest with a prize pool of ₹10,000. Topics dealt with included: Arrays (2 Pointers and Sieve of Eratosthenes), Bit Manipulation, and Implementation Problems.