index
:
xlgmokha/algae.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-06-15
dp solution to range sum.
mo
2017-06-15
use inject.
mo
2017-06-15
complete sum in range.
mo
2017-06-15
try another dp solution.
mo
2017-06-13
scratch head.
mo
2017-06-13
add dp solution for coin problem.
mo
2017-06-09
start dp solution for sum subsets.
mo
2017-06-08
add sum_in_range problem.
mo
2017-06-08
shorten my original solution.
mo
2017-06-08
sum of two using set intersection.
mo
2017-06-08
add implementation using hash.
mo
2017-06-08
solve sum of two.
mo
2017-06-08
find early exit from loop to prevent unnecessary comparisons.
mo
2017-06-07
use a hash instead of Set.
mo
2017-06-07
recursive solution.
mo
2017-06-07
recursive solution for sum subsets.
mo
2017-06-07
add binstub for rspec.
mo
2017-06-07
add another example of gcd.
mo
2017-06-07
greatest commond divisor using Euclids algorithm.
mo
2017-06-07
example of lcs using dynamic programming.
mo
2017-06-06
career cup link to swap lex order.
mo
2017-06-05
crappy version that works for first test case.
mo
2017-06-05
start work on sum subsets.
mo
2017-06-05
short circuit comparisons if not in range.
mo
2017-06-05
implement insane dynamic programming version of text justification.
mo
2017-06-05
remove extra sort
mo
2017-06-05
small optimizations.
mo
2017-06-05
use a union find to find the connected components.
mo
2017-06-04
early exit if node equals computed max.
mo
2017-06-04
depth first traversal to find max.
mo
2017-06-03
start problem swap lexical order.
mo
2017-06-03
remove pad_right call from pad_center.
mo
2017-06-03
remove unnecessary join.
mo
2017-06-03
extract pad_right.
mo
2017-06-02
get all text justification tests passing.
mo
2017-06-01
fix bug with range.
mo
2017-05-31
exit early on last line.
mo
2017-05-31
break as soon as we hit 0.
mo
2017-05-31
add more text justification tests.
mo
2017-05-31
first try at text justification.
mo
2017-05-31
add text justification problem.
mo
2017-05-31
complete s-expression version.
mo
2017-05-31
add missing tests for tree level sum.
mo
2017-05-31
single pass calc.
mo
2017-05-30
tokenize and build ast for tree level sum.
mo
2017-05-29
add first tree level sum spec.
mo
2017-05-25
increase input size
mo
2017-05-25
plot input size on x axis and time on y-axis.
mo
2017-05-25
comment out slow implementation.
mo
2017-05-25
convert points to a line chart.
mo
[prev]
[next]