-
I've been studying Data Structures and Algorithms for 6 months, I am majoring in Business so mathematics isn't a thing am familiar with. That didn't stop me and I dedicated 4 months to study college a…
-
Hi
I would like to add test cases for existing JS solutions.
_1. Will be adding a test folder in the 30daysOFcode_JavaScript.
2. Separate test case file for each solution._
Please assign this…
-
The katas on Codewars are really suitable for practicing functional style programming. It will be really nice to include range-v3 (https://github.com/ericniebler/range-v3) for C++ support, to bring up…
leira updated
3 years ago
-
DSA Questions Like Remove duplicate elements from the array.
-
Hi friends, since many of you are starting to contribute for [Hacktoberfest](https://hacktoberfest.digitalocean.com).
To not disallow beginners to contribute to the project, this issue can be taken…
-
I'm reasonably confident I have the c compiler pointed to in the path in environmental variables.
Yet when I run make in the Windows Command Prompt when I'm in the correct exercise directory I get an…
-
-
Staircase problem from hackerrank.com
-
https://github.com/xfrnk2/1d1c/blob/851489d74b3abe783c9f6031e61f6d7b266d4c30/src/hackerrank/Problem_Solving/Cavity_Map.py#L12
```python
for i, j in itertools.product(range(1, length - 1), range(1,…
-
https://github.com/xfrnk2/1d1c/blob/0b9fce41cde2c6d49a3f950484665807025fc702/src/hackerrank/Problem_Solving/Fair_Rations.py#L6
코드 조건식 중첩이 뭔가 이상하고 복잡하고 그러네요.
그리고 파이썬 컨벤션(pep8)에 따르면 변수명을 대문자로 하면 안…