Skip to content
GitLab
Explore
Sign in
Commits · main
fibonacci_step_search
Browse files
Sep 27, 2025
cleanup in main; created start_from_tail() and approach notes on how to do ll...
· 4ac35bb2
Chris
authored
Sep 27, 2025
4ac35bb2
cleanup for migrating to new linked_list type
· d16b81be
Chris
authored
Sep 27, 2025
d16b81be
Sep 26, 2025
wip created wrapper linked_list obbject, todo make it work with fibonacci_ops functions
· 3420752d
Chris
authored
Sep 26, 2025
3420752d
Sep 24, 2025
fixed ll test
· 12d5ba7d
Chris
authored
Sep 24, 2025
12d5ba7d
fixed ll test
· 6a787b10
Chris
authored
Sep 24, 2025
6a787b10
doubly ll implementation
· 87ca1906
Chris
authored
Sep 24, 2025
87ca1906
Sep 23, 2025
type fixes
· 9d2163c2
Chris
authored
Sep 23, 2025
9d2163c2
expressing fibonacci as long long to get bigger numbers (overflowing still is possible though)
· 1b55b531
Chris
authored
Sep 23, 2025
1b55b531
created cache of fibonacci numbers
· 2f112076
Chris
authored
Sep 23, 2025
2f112076
Sep 18, 2025
ll improvements
· b8d08aa6
Chris
authored
Sep 18, 2025
b8d08aa6
ll improvements
· 79acbdd3
Chris
authored
Sep 18, 2025
79acbdd3
implemented a small linked list library; this will be used to cache store the fibonacci sequence
· 642ad524
Chris
authored
Sep 18, 2025
642ad524
Sep 12, 2025
Initial commit
· 4dfc099a
Chris
authored
Sep 12, 2025
4dfc099a
Loading