Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 470 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 470 Bytes

Lexigraphical Order

A solution to a leetcode problem

Given two integers n and k, return the kth lexicographically smallest integer in the range [1, n]

A lazy solution is implemented in Haskell and Rust

A detailed description of the problem solution can also be found here