An open API service indexing awesome lists of open source software.

https://github.com/percebus/algorithmic-excercises

Algorithmic exercises
https://github.com/percebus/algorithmic-excercises

algo algorithm leetcode

Last synced: 6 days ago
JSON representation

Algorithmic exercises

Awesome Lists containing this project

README

          

# algorithmic-excercises

[`CHANGELOG`](./CHANGELOG.md) |
[`TODO`s](./TODO.md) |
[`LICENSE`](./LICENSE.md)

[![License: UnLicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
[![[C]ontinuous [I]ntegration](https://github.com/percebus/algorithmic-excercises/actions/workflows/always.yml/badge.svg)](https://github.com/percebus/algorithmic-excercises/actions/workflows/always.yml)
[![Pull Request](https://github.com/percebus/algorithmic-excercises/actions/workflows/pull_request.yml/badge.svg?event=pull_request)](https://github.com/percebus/algorithmic-excercises/actions/workflows/pull_request.yml)
[![coverage](https://percebus.github.io/algorithmic-excercises/badges/coverage.svg)](https://github.com/percebus/algorithmic-excercises/actions)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/percebus/algorithmic-excercises)](https://github.com/percebus/algorithmic-excercises/releases)

## Badges

[![LeetCode](https://img.shields.io/badge/-LeetCode-FFA116?style=flat&logo=LeetCode&logoColor=black)](https://leetcode.com/u/percebus/)
![git](https://badgen.net/badge/icon/git?icon=git&label&color=red)
![GitHub](https://badgen.net/badge/icon/github?icon=github&label&color=black)
![Poetry](https://img.shields.io/badge/Poetry-%233B82F6.svg?logo=poetry)
![Pydantic](https://img.shields.io/badge/pydantic-%23E92063.svg?logo=pydantic&logoColor=white)
![PyPi](https://badgen.net/badge/icon/pypi?icon=pypi&label)
![npm](https://badgen.net/badge/icon/npm?icon=npm&label&color=red)
![docker](https://badgen.net/badge/icon/docker?icon=docker&label)
![Markdown](https://img.shields.io/badge/Markdown-000000?style=flat&logo=markdown&logoColor=white)
![VisualStudio](https://badgen.net/badge/icon/visualstudio?icon=visualstudio&label)

### Style

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
![Prettier](https://img.shields.io/badge/prettier-%23192a32?logo=prettier&logoColor=dc524a)
![CodeStyle](https://img.shields.io/badge/code%20style-mine-999)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)

### Python

- ![Python](https://img.shields.io/badge/python-3.12.8-yellow.svg) ![Python](https://img.shields.io/badge/python-3.12.x-yellow.svg)
- ![Python](https://img.shields.io/badge/python-3.13.x-yellow.svg)

### Operating Systems

- ![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420?logo=ubuntu&logoColor=white)
- ![macOS](https://img.shields.io/badge/mac%20os-000000?logo=macos&logoColor=F0F0F0)
- ![Windows](https://img.shields.io/badge/Windows-0078D6?logo=windows&logoColor=white)

### References

- [shields.io](https://shields.io/)
- [Badgen.net](https://badgen.net/)
- [badgie](https://badgie.me/badges/)
- [markdown-badges](https://ileriayo.github.io/markdown-badges/)

#### GitHub

- [badges](https://github.com/badges) / [awesome-badges](https://github.com/badges/awesome-badges?tab=readme-ov-file)
- [lukas-h](https://gist.github.com/lukas-h) / [license-badges.md](https://gist.github.com/lukas-h/2a5d00690736b4c3a7ba)
- [henriquesebastiao](https://github.com/henriquesebastiao) / [Badges](https://github.com/henriquesebastiao/badges?tab=readme-ov-file)