摘要: 原文地址: "A cartoon guide to Flux by Lin Clark" Flux在目前web开发中最受欢迎也较不被人理解,本文会以简单易懂的方式解释它。 出现问题 首先,我要声明Flux所解决的基本问题。Flux是一种帮助你处理数据的模式。Flux和React都由Facebook开 阅读全文
posted @ 2018-04-06 17:57 6002 阅读(345) 评论(2) 推荐(0) 编辑
摘要: 目录 暂时停更,博主在潜心研究JS... 这是一个对LeetCode题目归类的索引,分类标准参考了July大神的《编程之法》以及LeetCode的tag项。分类可能还不太合理,逐步完善,请见谅~ 题主本人也在一点一点的刷题,这个目录跟着刷的题每天更新~ Hope you enjoy coding! 阅读全文
posted @ 2017-07-31 14:26 6002 阅读(649) 评论(0) 推荐(0) 编辑
摘要: `String` Description: The count and say sequence is the sequence of integers with the first five terms as following: is read off as or . is read off a 阅读全文
posted @ 2017-07-31 14:25 6002 阅读(117) 评论(0) 推荐(0) 编辑
摘要: `Stack String` Description: Given a string containing just the characters , , , , and , determine if the input string is valid. The brackets must clos 阅读全文
posted @ 2017-07-28 11:28 6002 阅读(102) 评论(0) 推荐(0) 编辑
摘要: `String` Description: Write a function to find the longest common prefix string amongst an array of strings. Example For strings , and , the LCP is Fo 阅读全文
posted @ 2017-07-27 11:30 6002 阅读(108) 评论(0) 推荐(0) 编辑
摘要: `Math String` Description: Given a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999. What is " Roman 阅读全文
posted @ 2017-07-26 13:56 6002 阅读(133) 评论(0) 推荐(0) 编辑
摘要: `String Two Pointers` Description: Implement strStr(). Returns the index of the first occurrence of needle in haystack, or 1 if needle is not part of 阅读全文
posted @ 2017-07-26 13:55 6002 阅读(175) 评论(0) 推荐(0) 编辑
摘要: `Array Math` Description: Given a non empty array of integers, return the third maximum number in this array. If it does not exist, return the maximum 阅读全文
posted @ 2017-07-24 11:10 6002 阅读(109) 评论(0) 推荐(0) 编辑
摘要: `Array Two Pointers` Description: Given an array , write a function to move all 's to the end of it while maintaining the relative order of the non ze 阅读全文
posted @ 2017-07-22 10:27 6002 阅读(111) 评论(0) 推荐(0) 编辑
摘要: `Array Math Bit Manipulation` Description: Given an array containing n distinct numbers taken from , find the one that is missing from the array. For 阅读全文
posted @ 2017-07-21 10:25 6002 阅读(105) 评论(0) 推荐(0) 编辑