mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-21 23:16:41 +08:00

* Add binary_search_insertion and binary_search_edge code in javascript and typescript. * code style fix: in FOR loop, use CONST will be nicer. * fix: Code Style * Change ==/!= to ===/!== * Create const by default, change to let if necessary. * Update import files * Update codes/javascript/chapter_searching/binary_search_edge.js Co-authored-by: Justin Tse <xiefahit@gmail.com> * style fix: Delete unnecessary defined type --------- Co-authored-by: Justin Tse <xiefahit@gmail.com>