45 Commits

Author SHA1 Message Date
7eccc0db17 website: add sidebar structure 2022-04-08 18:55:26 +08:00
661c36cea9 website: change to www subdomain 2022-02-01 11:29:29 +08:00
0535dd0d7f website: homepage improvements 2021-09-19 01:58:21 +08:00
27f483c5a3 website: update domain 2021-05-28 20:34:41 +08:00
73e181156a misc: add TODOs to remove the redirects 2019-07-15 16:47:23 -07:00
1c112da870 contents: redirect some popular old paths to website 2019-07-15 16:43:56 -07:00
c19c9626d1 misc: restructure contents 2019-07-14 18:52:41 -07:00
2e84bea6ba website: add front matter 2019-07-14 16:49:09 -07:00
d2c2453554 misc: prettier format all files 2019-07-14 16:11:44 -07:00
a3ecceeaad algorithms: add link to Longest Common Subsequence problem (#123) 2019-07-14 16:05:16 -07:00
30dfea53cf Add longest consecutive elements sequence question (#118)
* Updated array.md with a Problem

I just wanted to add a problem that I got from an interview.

* Update array.md
2019-01-14 20:37:18 -08:00
b63528d9de Add staircase question to DP (#112)
* updated dp.md with a typical question

* Update dynamic-programming.md
2019-01-14 20:35:39 -08:00
8de2a989ce Update link to a DP tutorial (#117) 2019-01-15 00:43:20 +08:00
013e48ecb0 Update README.md for /algorithms (#111)
* Update README.md

* Minor wording changes
2018-10-26 22:41:41 +08:00
1b5273c2a8 Add solutions to Array problems (#104) 2018-10-13 11:16:18 -07:00
740e579418 Fix reference to wrong traversal algorithm
Fixes #105
2018-09-30 13:36:03 +08:00
9876a76272 Remove duplicate "count and say" question (#101)
"Count and say" is at line 43 again
2018-08-10 09:56:28 -07:00
1cac1856c7 Remove duplicated shift zeroes to the end question (#100) 2018-07-15 15:09:28 -07:00
4d276b87ef Add "Dynamic Programming – 7 Steps to Solve any DP Interview Problem" 2018-05-18 21:08:14 -07:00
9d74d2b836 Add interview questions 2017-11-19 23:20:01 -08:00
d176b39d23 Fix typo (#85) 2017-11-14 06:26:32 -08:00
e9e4a3a124 Fix grammar (#77) 2017-10-25 08:30:04 +08:00
5c43799e57 Add bit manipulation questions (#72) 2017-10-21 10:38:34 +08:00
d522c4cceb Add some OOP questions (#67)
* added some oop questions

* Update oop.md
2017-10-21 01:21:40 +08:00
5d9002d786 Update stack.md (#58)
* Update stack.md

* Update stack.md
2017-10-18 23:26:24 +08:00
df1c15de05 Add two-stack-queue problem (#57) 2017-10-18 22:25:39 +08:00
d8c3f984e4 Fix grammar issues in DP (#53)
* ran content through grammar checker and break the code example after
column 100 to remove horizontal scroll bar when viewing on GitHub

* Update dynamic-programming.md
2017-10-17 18:51:23 +08:00
10281f10b0 Fix missing study link for Trie (#50) 2017-10-17 00:07:21 +08:00
7870a58b31 Fix typos (#47) 2017-10-16 17:20:36 +08:00
08e23d0b6c More cheatsheet tips 2017-10-14 20:32:11 +08:00
50df8650c9 Fix mention of Lago 2017-10-10 23:19:04 +08:00
35cf3c1b05 Add Lago 2017-10-10 23:14:11 +08:00
ca10d557d3 Fix lonely number problem 2017-10-10 01:48:27 +08:00
0516f5e974 Add lonely number problem (#37) 2017-10-10 01:44:08 +08:00
5f5f0cde51 Remove duplicate problem in Linked Lists (#36) 2017-10-09 16:02:57 +08:00
f7fb1ed366 Fix typo issue (#20)
Fix the issue: https://github.com/yangshun/tech-interview-handbook/issues/19
The given example was not correct:
'E.g. "abba" and "redblueredblue" should return true'
It has ben fixed by changing the input "redblueredblue" to "redbluebluered"
2017-10-02 21:03:45 +08:00
d79ecce5b3 Reformat algorithms and preparation sections 2017-10-01 01:02:17 +08:00
6801ee96a7 Add study links 2017-09-30 22:25:19 +08:00
ae70816718 Reorganize premium LC questions 2017-09-30 21:14:01 +08:00
6ad4deecfe Indicate problems that are LeetCode premium only (#12) 2017-09-30 00:48:34 +08:00
d39ec17765 Clean up apostrophes 2017-09-27 22:55:20 +08:00
09a688e3da Fix links for awesome bot (#4) 2017-09-26 15:50:20 +08:00
c95c2a7256 Remove duplicate content 2017-09-25 09:54:14 +08:00
359490ba47 Restructure preparation section 2017-09-25 09:44:24 +08:00
2182a70770 Squash commit 2017-09-20 15:27:28 +08:00