challenge

所属分类:编程语言基础
开发工具:kotlin
文件大小:0KB
下载次数:0
上传日期:2018-11-21 16:44:12
上 传 者sh-1993
说明:  编程挑战,
(Programming challenges,)

文件列表:
LICENSE (1085, 2018-11-21)
build.gradle (502, 2018-11-21)
settings.gradle (2, 2018-11-21)
src/ (0, 2018-11-21)
src/test/ (0, 2018-11-21)
src/test/kotlin/ (0, 2018-11-21)
src/test/kotlin/com/ (0, 2018-11-21)
src/test/kotlin/com/winterbe/ (0, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/ (0, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/FindDuplicate.kt (1048, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/FindKthLast.kt (809, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/FindPairs.kt (2051, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/Hashtable.kt (1164, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/LinkedList.kt (2415, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/NthSmallest.kt (1569, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/PalindromPermutation.kt (860, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/ReverseWords.kt (1749, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/RomanNumerals.kt (1637, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/RotateMatrix.kt (2148, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/StringCompression.kt (722, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/StringRotation.kt (1891, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/URLify.kt (858, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/VertexDistance.kt (2140, 2018-11-21)
src/test/kotlin/com/winterbe/challenge/ZeroMatrix.kt (1808, 2018-11-21)

# Challenge This repository contains some programming puzzles I solve in my spare time for the sake of fun. I usually try to solve the exercises when I'm on the go (away from a computer) and write the code later on. Turns out to be a great way to challenge my brain. > Exercises are partly taken from the book [Cracking the Coding Interview](http://www.crackingthecodinginterview.com/) by Gayle Laakmann McDowell. A great book for everyone who wants to refresh his computer science skills. Highly recommended! ### How to run the code ``` gradle test ``` ### License MIT

近期下载者

相关文件


收藏者