-
https://www.hackerrank.com/contests/w22/challenges/number-of-sequences
-
**Objectives**
- General programming skill
- Teamwork
- Problem solving
- Communication
**Deadline**
- Submit your solutions by **23:59 26th-July-2016**
- We gonna evaluate and review your result fro…
-
Input (stdin)
1 1 1 0 0 0
0 1 0 0 0 0
1 1 1 0 0 0
0 9 2 -4 -4 0
0 0 0 -2 0 0
0 0 -1 -2 -4 0
-
https://www.hackerrank.com/challenges/find-the-merge-point-of-two-joined-linked-lists
특정 지점부터 값이 같아지는 일반 배열에서 병합지점 찾기
ex)
a-b-c-d
x-y-c-d
변합지점 - c
-
-
Explicar en qué consiste el orden topológico de un grafo dirigido, deducir cuándo existe y proporcionar un algoritmo O(|V| + |E|) para calcularlo.
-
https://www.hackerrank.com/challenges/30-dictionaries-and-maps
-
https://www.hackerrank.com/challenges/30-operators
-
Why companies (most of) are still doing useless coding challenges (including those on HackerRank, Codility, etc) to hire software developers? Don't you think it's better to follow a POA (project orien…
-
I have implemented a more stable and robust screen wrapper, found in commit 48b988d.
I pretty much wrote it quickly to get the ideas out of my head and onto the screen.
It therefore has minimal rega…