Articles by Tag #competativeprogramming

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Difference Between Post and Pre Increment/Decrement

In programming, increment and decrement operators (++ and --) are commonly used to increase or...

Learn More 9 0Jan 16

The Ultimate Guide for Competitive Programming

(NB: Some users of dev.to are far better programming problem solvers than me. I'm more of an ace of...

Learn More 6 0Apr 16

What is a UX Competitive Audit — and How Do You Conduct One?

In today’s digital landscape, where countless websites and apps emerge daily, businesses must...

Learn More 5 0Dec 30 '24

Code 101: Rat in a Maze

Question: Consider a rat placed at (0, 0) in a square matrix of order N * N. It has to reach the...

Learn More 5 0Aug 27

C++ Programming Roadmap 2025

C++ Programming Roadmap | |-- Fundamentals | |-- Basics of Programming | | |-- Introduction to...

Learn More 4 0Feb 14

LeetCode 1762 - Buildings With an Ocean View: Three Approaches Explained (JAVA)

In this blog post, we’ll explore three different approaches to solving LeetCode Problem #1762,...

Learn More 3 0Oct 5 '24

Read Input Until EOF (End-of-File) and Number Your Lines Effortlessly | Competitive Programming Java

How to Read Input Until End of File (EOF) in Java When dealing with input in Java, there...

Learn More 2 0Sep 1 '24

A New Perspective on Subarray Sum: Beyond Brute Force and Prefix Arrays

As a developer passionate about problem solving, I often find joy in discovering elegant alternatives...

Learn More 1 0Jul 23

Leetcode's runtime "beats x%" is x% reliable

Introduction It's been a while I have been solving Leetcode problems. I always notice that...

Learn More 1 1Mar 17

How Can I Setup Sublime Text Editor For Competitive Programming

Coding Environment Setup sublime is the best text editor for Competitive Programming....

Learn More 1 0Aug 30 '24

LeetCode #1. Two Sum

This is the first post discussing my solutions to LeetCode problems.Check out my LeetCode profile and...

Learn More 1 0Oct 1 '24

🧠 I Built CoderHub – A Unified Dashboard to Track LeetCode, Codeforces, CodeChef & GFG Progress

Hey devs! 👋 I recently built a project called *CoderHub *— a dashboard that shows your coding...

Learn More 1 0Jun 14

14 coding platforms to build your programming logic

Let me give you some interesting insights into the world of technology, which I consider, the tip of...

Learn More 1 0Feb 7

Code 101: K-th Symbol in Grammar

Question We build a table of n rows (1-indexed). We start by writing 0 in the 1st row. Now in every...

Learn More 1 0Aug 27

Como resolver el Problema 5 (Nivel Basico Concurso de Programación CUVALLES 2024B)

Problema Problema 5 (Nivel Basico Concurso de Programación CUVALLES 2024B) Palabras...

Learn More 0 0Feb 6

Reorder List: LC 143 medium, GFG hard

Problem Link: Leetcode, Geeks for geeks Intuition We need to divide two pointers one at...

Learn More 0 0Jan 27

33rd day of my CP journey

This is the 33rd day of the Competitive programming journey. I am happy to have started this. Through...

Learn More 0 0Dec 17 '24

My journey in competitive programming

1. Subsets: A subset is any group of items that can be selected from a larger set, including the...

Learn More 0 0Dec 15 '24

Leetcode 2351. First Letter to Appear Twice

Problem Link: 2351: Leetcode GitHub repo for more solutions: Git Leetcode profile: Leetcode:...

Learn More 0 0Feb 27

60th day of my CP journey

This is the 60th day of the Competitive programming journey. I am happy to have started this. Through...

Learn More 0 0Dec 16 '24

Why I Got Into Competitive Programming — and Why You Should Too

"Honestly, I didn’t even know what competitive programming was at first. But once I figured it out,...

Learn More 0 0Apr 24

Code 101: Tower of Hanoi

Question: Towers of Hanoi: In the classic problem of the Towers of Hanoi, you have 3 towers and N...

Learn More 0 0Aug 27

STARTING WITH COMPETITIVE CODING

INTRODUCTION Competitive programming is a thrilling sport of coding where participants...

Learn More 0 0Mar 24

Code 101: Single Number II (LeetCode Medium Problem)

Question: Given an integer array nums where every element appears three times except for one, which...

Learn More 0 0Aug 26

JAVA COLLECTION FRAMEWORK (ONLY INTERFACES)

Que What is Java Collection Framework? Ans Java Collection framework is a powerful built-in library...

Learn More 0 0Sep 12 '24

Code 101: Sort a Stack using Recursion

Question: Given a stack, sort it using recursion. Use of any loop constructs like while, for..etc is...

Learn More 0 1Aug 27

Masterclass on Game Theory in Competitive Programming.

🎮 Masterclass on Game Theory in Competitive Programming. Learn how to solve turn-based coding...

Learn More 0 0May 30

DAY 12 Tackling Math-Based Challenges

Hello Everyone! I’m Somuya Khandelwal, here with updates from Day 2 of Week 3 in my competitive...

Learn More 0 0Dec 18 '24

Day 30: Competitive Programming Journal

Date: September 25, 2024. Hello Everyone, Today marks Day 30 of my competitive programming journey,...

Learn More 0 0Dec 15 '24

My journey in competitive programming

I did sorting of array concept in cpp. It consist of tow sub-concepts. They are : Selection sort :...

Learn More 0 0Dec 16 '24