Skip to content

Charliesandewo/cses-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSES Solutions

source: https://cses.fi/problemset/

Description

This repository contains my solutions to problems from the CSES Problem Set. The goal of this repository is to help me familiarize myself with:

  • modern C++ (C++20)
  • algorithmic thinking
  • data structures
  • competitive programming problem patterns
  • (to make me suffer on my free time)

Structure

Problems are organized according to the categories in the CSES problem set.

cses-solutions/
├─ introductory/
├─ sorting_and_searching/
├─ dynamic_programming/
├─ graph_algorithms/
├─ range_queries/
├─ tree_algorithms/
└─ ...

Language and Tools

  • Language: C++20
  • Compiler: Clang
  • Platform: macOS

Reference

Problems are from the CSES Problem Set:

Note

Keeping my working convention, 1 issue 1 PR so i'm keeping my standard up while i'm having fun

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages