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

* Add JavaScript and TypeScript code of permutations and n_queens (Chapter of Backtracking) * Update n_queens.js * Update permutations_i.js * Update permutations_ii.js * Update n_queens.ts * Update permutations_i.ts * Update permutations_ii.ts --------- Co-authored-by: Yudong Jin <krahets@163.com>