tech-challenges

所属分类:数据结构
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2019-11-11 11:30:55
上 传 者sh-1993
说明:  数据结构、算法和编程技术
(Data structure, algorithms and programming techniques)

文件列表:
concepts/ (0, 2019-11-11)
concepts/concurrency.js (324, 2019-11-11)
concepts/currying.js (317, 2019-11-11)
concepts/map.js (1011, 2019-11-11)
data-structure/ (0, 2019-11-11)
data-structure/array/ (0, 2019-11-11)
data-structure/array/palindrome.js (407, 2019-11-11)
data-structure/stack/ (0, 2019-11-11)
data-structure/stack/string-balance.js (551, 2019-11-11)
mathematical/ (0, 2019-11-11)
mathematical/euclidean/ (0, 2019-11-11)
mathematical/euclidean/gcd.js (326, 2019-11-11)
mathematical/factorial/ (0, 2019-11-11)
mathematical/factorial/memoize.js (238, 2019-11-11)
mathematical/factorial/recursion.js (147, 2019-11-11)
mathematical/factorial/tabulation.js (244, 2019-11-11)
mathematical/fibbonaci/ (0, 2019-11-11)
mathematical/fibbonaci/memoize.js (306, 2019-11-11)
mathematical/fibbonaci/recursion.js (216, 2019-11-11)
mathematical/fibbonaci/tabulation.js (310, 2019-11-11)
mathematical/multiple-of-n/ (0, 2019-11-11)
mathematical/multiple-of-n/index.js (138, 2019-11-11)
problems/ (0, 2019-11-11)
problems/containsDuplicate.js (607, 2019-11-11)
problems/digitLength.js (354, 2019-11-11)
problems/fizzbuzz.js (593, 2019-11-11)
problems/intToRoman.js (688, 2019-11-11)
problems/missingNumber.js (395, 2019-11-11)
problems/two-sum.js (698, 2019-11-11)

Some coding challenges for my own benefit and maybe for others out there. Disclaimer: Most of the solutions are not performant. ## Concepts * [Concurrency](https://github.com/jhnferraris/tech-challenges/blob/master/concepts/concurrency.js) * [Currying](https://github.com/jhnferraris/tech-challenges/blob/master/concepts/currying.js) * [Map](https://github.com/jhnferraris/tech-challenges/blob/master/concepts/map.js) ## Data Structure * Array - [Palindrome](https://github.com/jhnferraris/tech-challenges/blob/master/data-structure/array/palindrome.js) * Stack - [String Balance](https://github.com/jhnferraris/tech-challenges/blob/master/data-structure/stack/string-balance.js) ## Mathematics * [Greatest Common Denominator](https://github.com/jhnferraris/tech-challenges/blob/master/mathematical/euclidean/gcd.js) * [Factorial](https://github.com/jhnferraris/tech-challenges/blob/master/mathematical/factorial) * [Fibbonaci](https://github.com/jhnferraris/tech-challenges/blob/master/mathematical/fibbonacci) ## Machine Problems * [Contains Duplicate](https://github.com/jhnferraris/tech-challenges/blob/master/problems/containsDuplicate.js) * [FizzBuzz](https://github.com/jhnferraris/tech-challenges/blob/master/problems/fizzbuzz.js) * [Missing Number](https://github.com/jhnferraris/tech-challenges/blob/master/problems/missingNumber.js) * [Two Sum](https://github.com/jhnferraris/tech-challenges/blob/master/problems/two-sum.js) # Contribution. Feel free to create pull requests if you want to share some ideas or problems and solutions that can help the community. Thanks!

近期下载者

相关文件


收藏者