Skip to content

dzuizz/cses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSES.FI Problem Set Solutions

Overview

This repository contains my solutions to various competitive programming problems from CSES. These solutions are meant for educational purposes and to share different approaches to solving complex programming challenges.

Current Progress

Problem Type Number Solved
Introductory Problems 14/19
Sorting and Searching 05/35
Dynamic Programming 03/19
Graph Algorithms 05/36
Range Queries 04/19
Tree Algorithms 05/16
Mathematics 02/31
String Algorithms 00/17
Geometry 00/07
Advanced Techniques 00/24
Additional Problems 00/77
Total 037/300

as of 15 March 2025

Repository Structure

  • /: Contains categorized files based on the type of problem or the event in which the problem was featured.

Languages Used

  • Python
  • C++

Contributing

While these solutions are primarily for my personal learning and reference, contributions in the form of problem solutions, improved explanations, or fixes are welcome. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

Contact

Acknowledgments

Special thanks to CSES for providing a platform to practice and improve coding skills.


Disclaimer: The solutions provided here are for learning purposes. Please do not use them to cheat or violate the coding platform's policies.

About

My code solutions for CSES Problemset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published