Coder Social home page Coder Social logo

cses-solutions's Introduction

CSES Solutions

The CSES Problem set is a collection of algorithmic programming problems created by the Competitive Programmer's Guild at the University of Helsinki. The set is designed to help programmers of all levels improve their algorithmic programming skills, with problems ranging from simple introductory problems to advanced problems that require complex algorithms.

The problems in the set cover a wide range of topics, including dynamic programming, graph algorithms, number theory, and more. Each problem has a unique task number and is accompanied by a set of input and output specifications, as well as time and memory limits for the solution.

The CSES Problem Set is a great resource for anyone looking to improve their algorithmic programming skills, whether you are a beginner or an experienced programmer. It provides a platform to practice and learn new algorithms and techniques, and to improve your problem-solving skills. The problem set is available online and is free to use, with no registration required.

This repository contains my solutions to the problems on the CSES website. All the solutions are written in C++ and are organized by task number.

Getting Started

To use these solutions, simply download or clone the repository to your local machine:

git clone https://github.com/your_username/cses-solutions.git

Then, navigate to the task directory and compile the C++ file:

cd cses-solutions
g++ -o {task_number} {task_number}.cpp

Finally, run the executable file:

./{task_number}

Contributing

If you have a better solution or found a bug in one of my solutions, feel free to contribute by creating a pull request. I would appreciate any feedback or suggestions to improve the code.

Acknowledgments

Thanks to the CSES team for providing such a great platform to practice and improve programming skills.

Problems Table

Introductory Problems

Problem Name Task Number C++ Solution Python Solution Java Solution
Weird Algorithm 1068 cpp python java
Missing Number 1083 cpp python java
Repetitions 1069 cpp python java
Increasing Array 1094 cpp python java
Permutations 1070 cpp python java
Number Spiral 1071 cpp python java
Two Knights 1072 cpp python java
Two Sets 1092 cpp python java
Bit Strings 1617 cpp python java
Trailing Zeros 1618 cpp python java
Coin Piles 1754 cpp python java

cses-solutions's People

Contributors

jaideep-c avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.