Add translation links

This commit is contained in:
Yangshun Tay 2018-03-04 21:48:19 -08:00
parent 3119d958cc
commit 2f29549a09
1 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,3 @@
*[简体中文](Translations/Chinese/README.md)*
<h1 align="center">Front End Interview Handbook</h1>
<div align="center">
@ -29,6 +27,16 @@ You might be interested in the [Tech Interview Handbook](https://github.com/yang
1. [CSS Questions](questions/css-questions.md)
1. [JavaScript Questions](questions/javascript-questions.md)
## Translations
* [Simplified Chinese (简体中文)](Translations/Chinese/README.md)
* [Tagalog](Translations/Tagalog/README.md)
**In Progress**
* [Korean](Translations/Korean/README.md)
* [Japanese (日本語)](Translations/Japanese/README.md)
## Related
If you are interested in how data structures are implemented, check out [Lago](https://github.com/yangshun/lago), a Data Structures and Algorithms library for JavaScript. It is pretty much still WIP but I intend to make it into a library that is able to be used in production and also a reference resource for revising Data Structures and Algorithms.