Igor Izvekov
Igor Izvekov
Randomized quicksort has expected time O(n log(n)).
Added test for red black tree. Test checks following methods: minimum, maximum, insert, delete, inorder. Argument "color" of RBNode now has default value 1. Fixed bug, now tree can delete...
The URL validator does not check an internet address correctly. A port of an internet address has to be a 16-bit number. One of four numbers of IPv4 has to...
If EnumSchema has duplicate symbols, an error will raise. Instead of a list of duplicate symbols or a value of duplicate symbol, error shows all list of symbols. Improvement removes...
DatumReader has method "skip_data" which skips data with the help of a decoder. I suggest applying this method for DataFileReader to skip a lot of useless data. New method "skip_data"...
### Is your feature request related to a problem or challenge? This is a common ticket for all other tickets. The ticket was created for the next purposes: - Track...