summaryrefslogtreecommitdiff
path: root/AK/SinglyLinkedListWithCount.h
AgeCommit message (Expand)Author
2021-04-22Everywhere: Use bgianf@serenityos.org for my copyright attributionBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-08Everywhere: Remove unnecessary headers 4/4Ben Wiederhake
2021-01-31SinglyLinkedListWithCount: Correctly pass args to append, insert_before, inse...Lenny Maiorani
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2021-01-11SinglyLinkedList: Implement `find` in terms of `AK::find`Lenny Maiorani
2020-11-22AK: Cleanup missing includes and #ifdef evaluationLenny Maiorani
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-08-05AK: Add SinglyLinkedListWithCount<T>, a singulary linked list with countBrian Gianforcaro