Problem This code is a Parser that parses numbers according to R5RS. #b1001 – binary #o2127 – octal #h02d – […]

Problem (See the next version.) The following data structure implements a hash table based set for int values: com.github.coderodde.util.IntHashSet package […]

Problem I have implemented the LEB128 encoding for unsigned integers. I’m fairly new to Haskell so I have some doubt […]

Problem I coded this program as a challenge for /r/dailyprogrammer. Basically this program can convert any number from any base […]

Problem I use the following structure in a web service where performance is critical. It is used for making joins […]