You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anagram -> Finds all possible anagrams for a given word. Use --custom-dictionary filename.txt for special comparisons to a custom dictionary (it chooses dictionary.txt by default).
Numerical Integral -> Parses an expression and calculates the area under the curve for the parsed function by reimann sums, trapezoid sums, and simpsons rules.
Newton's Root Finder -> Parses an expression and calculates the root of the parsed function by iterating guesses based on newton's rule.
Wordle Solver -> Finds the best possible wordle guesses based on user provided input. Fast and accurate.
About
Collection of smaller projects that don't warrant making entire repositories for.