Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Competitive Programming Solutions in C++ .

Welcome to my Competitive Programming repository! This is a curated collection of my solutions to various programming problems from CSES and Codeforces, written in C++.

📌 Purpose

This repository serves as:

  • A personal archive of problem-solving approaches.
  • A learning resource for fellow programmers looking for alternate solutions.
  • A demonstration of efficient coding techniques and logic building using C++ STL and custom algorithms.

💡 Features

  • Solutions categorized by platform: cses/ and codeforces/.
  • Clean, readable C++ code with meaningful variable names.
  • Focus on time and space optimization.
  • Regularly updated with new problems.

LeetCode Topics

Array

0027-remove-element
0055-jump-game
0860-lemonade-change

Two Pointers

0027-remove-element

Greedy

0055-jump-game
0678-valid-parenthesis-string
0860-lemonade-change

String

0678-valid-parenthesis-string

Dynamic Programming

0055-jump-game
0678-valid-parenthesis-string

Stack

0678-valid-parenthesis-string

Linked List

0023-merge-k-sorted-lists

Divide and Conquer

0023-merge-k-sorted-lists

Heap (Priority Queue)

0023-merge-k-sorted-lists

Merge Sort

0023-merge-k-sorted-lists

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages