This is a repository to store my solutions for problems from Hacker Rank, Leetcode and custom problems.
It's Bacal for the initials of: BACk to ALgorithms
- The problem should run successfully all test cases provided by the online judge.
- The problem should run local unit tests
Under
src
folder follow this folder structure
src/main/java/drll/problems/<problem_source>/<nameOfTheProblem>/NameOfTheProblem.java
src/main/java/drll/problems/<problem_source>/<nameOfTheProblem>/NameOfTheProblem.md
Online Judge Problems | Easy | Medium | Hard | Advanced | Total |
---|---|---|---|---|---|
HackerRank | 9 | 14 | 3 | 1 | 27 |
LeetCode | 44 | 55 | 1 | 100 | |
127 |
Online Judge | Rank | Points | Update Day | Trend* ▲▼ ◄► |
---|---|---|---|---|
HackerRank | 132835 | 1040.63 | 09/04/22 | ▲ |
LeetCode | 529423 | 1272 | 15/10/22 | ▲ |
*: Trend of the observed ranking |
make test
to run all tests