Samuel Yvon

Results 8 issues of Samuel Yvon

The heap.png image in the readme (https://raw.githubusercontent.com/kdn251/interviews/master/images/heap.png) shows a tree that does indeed respect the heap order property. The problem is when you mention the time complexities. In order to...

Pydantic dataclasses are a drop-in replacement for builtin dataclasses to offer a stronger type validation. This PR adds support for generating pydantic dataclasses instead of the builtin variant. This enable...

The big O/Theta/Omega are accompanied by performance qualifiers like Bad/Fair/... The qualifiers seems to be on a single scale, comparing comparison sorts with non comparison sorts. This yields results such...

My first submission. Using memory-mapping to split the file parsing in chunks, the rest is pretty standard stuff. Using manual parsing of lines to avoid building huge UTF-8 strings. I...

#### Check List: - [X] Tests pass (`./test.sh ` shows no differences between expected and actual outputs) - [X] All formatting changes by the build are committed - [X] Your...

Hey! Can we assume the input is UTF-8 normalized? Many SIMD-powered implementation, or implementations that do not rely on building Strings right away will assume the input is UTF-8 normalized....

## What is this PR I suggest migrating the build system from the traditional setup to using a more modern / advanced tool such as poetry. This work is not...

I'm currently trying to design a Moore FSM with your tool, but it is not very easy to add the output in the state circle. Maybe having the option to...