-
https://www.hackerrank.com/challenges/ctci-balanced-brackets
# Stacks: Balanced Brackets
A bracket is considered to be any one of the following characters: (, ), {, }, [, or ].
Two brackets a…
congr updated
7 years ago
-
It turns out that the reason `futhark-test` has problems with large datasets (like the 50MiB kdd_cup.in file for kmeans) is that the _lexer_ of all things consumes too much memory. There is one spot …
athas updated
7 years ago
-
The upcoming contest feature and common leaderboard is quite good.
But you can add some classification on the types of contest present, like Hackathons, Competitive, Data Science etc. This feature i…
-
I have implemented your solution to the best of my ability, however I am only passing half of the tests.
Being as there is no output from the verify command, I'm unsure what I could possibly check …
-
**Algorithm 1** :
- `Heap Sort`
Visualization : https://www.cs.usfca.edu/~galles/visualization/HeapSort.html
Book pages : `151p ~`
한국어 : (?) https://www.acmicpc.net/problem/2220#
- `Merge S…
-
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
-