Age | Commit message (Expand) | Author |
---|---|---|
2020-08-26 | AK: Fix the signature of binary_search. | asynts |
2020-08-02 | AK: Fix overflow and mixed-signedness issues in binary_search() (#2961) | Muhammad Zahalqa |
2020-07-26 | Refactor: Change the AK::binary_search signature to use AK::Span. | asynts |
2020-05-06 | AK: Make tests compilable with the serenity target toolchain | Emanuel Sprung |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-02 | AK: Add a BinarySearch template implementation | William McPherson |