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

https://github.com/a7bari/codewars-problems

some competitive programming problems with my suggestions for solutions
https://github.com/a7bari/codewars-problems

codewars-solutions competitive-programming cpp javascript

Last synced: 3 months ago
JSON representation

some competitive programming problems with my suggestions for solutions

Awesome Lists containing this project

README

          

# Codewars-problems

this is a list of some problems I solved in CodeWars platforme : [visit my acount](https://www.codewars.com/users/RedScammer/)

- [Burrows Wheeler Transformation](Burrows-Wheeler-Transformation) (*js*)
- [Matrix Determinant](Matrix-Determinant) (*js*)
- [Number of Proper Fractions with Denominator d](Number-of-Proper-Fractions-with-Denominator-d) (*js* , *C++*)
- [Range Extraction](Range-Extraction) (*C++*)
- [Strings Mix](Strings-Mix) (*js*)
- [Sum by Factors](Sum-by-Factors) (*js*)
- [Sums of Perfect Squares](Sums-of-Perfect-Squares) (*C++*)
- [Snail](Snail) (*C++*)
- [Multiplying numbers as strings](Multiplying-numbers-as-strings) (*js*)
- [Roman Numerals Helper](Roman-Numerals-Helper) (*C++*)
- [Explosive Sum](Explosive-Sum) (*C++*)
- [Human readable duration format](Human-readable-duration-forma) (*C++*)
- [Last digit of a huge number](last_digit) (*py*)
- [Magnet particules in boxes](Magnet-particules-in-boxes) (*C++*)
- [Twice linear](Twice-linear) (*C++*)
- [The observed PIN](The-observed-PIN) (*C++*)
- [Perimeter of squares in a rectangle](SumFct) (*C++*)