index
:
cw_tree
master
A visualisation of a Calkin-Wilf tree
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-07-26
Rework MAX macro to use `<` operator
Aryadev Chavali
2024-07-26
Introduce normalised value in fraction class
Aryadev Chavali
2024-07-26
Add numerics to build system
Aryadev Chavali
2024-07-26
Change main to use new numerics module.
Aryadev Chavali
2024-07-26
Implemented numerics in numerics.cpp
Aryadev Chavali
2024-07-26
Rework node constructor and general procedure API
Aryadev Chavali
2024-07-26
Made header file for a separate numerics file
Aryadev Chavali
2024-07-26
A simple test, iterating 10 times and printing out the generated tree
Aryadev Chavali
2024-07-26
Fix up indenting and empty children in to_string for node
Aryadev Chavali
2024-07-26
Added to_string for Nodes
Aryadev Chavali
2024-07-26
Added to_string for fractions
Aryadev Chavali
2024-07-26
Rework binary tree to use indexes in nodes vector
Aryadev Chavali
2024-07-26
Added helper method to allocate nodes from the vector for me
Aryadev Chavali
2024-07-26
Queue based iteration procedure
Aryadev Chavali
2024-07-26
Binary tree of fractions
Aryadev Chavali
2024-07-26
Simplify at constructor in Fraction
Aryadev Chavali
2024-07-26
Added comparators to Fraction struct
Aryadev Chavali
2024-07-26
Extracted gcd algorithm into its own function
Aryadev Chavali
2024-07-26
Simple fraction structure
Aryadev Chavali
2024-07-26
Hello, world!
Aryadev Chavali