You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cses-aid

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cses-aid

A collection of helper functions for competitive programming and algorithm problem solving

0.1.0
pipPyPI
Maintainers
1

CSES Helper functions

This package provides utility functions for solving cses problems.

While solving CSES problems, often times we would need the same functions. This package aims to provide helper functions to address the problem.

Installation

pip install cses-aid

Usage

from cses-aid import prefix_sums, sieve

print(sieve(100)) # print the first 100 prime numbers

Contribution

Refer to CONTRIBUTING.md for all the information

Contact

Please create an issue or hit me up if you spot an improvement!

Email - shlok.kothari@gmail.com

Keywords

competitive-programming

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts