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
- Host: GitHub
- URL: https://github.com/a7bari/codewars-problems
- Owner: A7bari
- Created: 2022-01-28T16:38:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T18:03:07.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T23:10:38.176Z (6 months ago)
- Topics: codewars-solutions, competitive-programming, cpp, javascript
- Language: C++
- Homepage:
- Size: 32.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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++*)