File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 228228 * [ Modular Exponential] ( https://github.com/TheAlgorithms/Rust/blob/master/src/math/modular_exponential.rs )
229229 * [ Newton Raphson] ( https://github.com/TheAlgorithms/Rust/blob/master/src/math/newton_raphson.rs )
230230 * [ Nthprime] ( https://github.com/TheAlgorithms/Rust/blob/master/src/math/nthprime.rs )
231+ * [ Palindrome Number] ( https://github.com/TheAlgorithms/Rust/blob/master/src/math/palindrome.rs )
231232 * [ Pascal Triangle] ( https://github.com/TheAlgorithms/Rust/blob/master/src/math/pascal_triangle.rs )
232233 * [ Perfect Cube] ( https://github.com/TheAlgorithms/Rust/blob/master/src/math/perfect_cube.rs )
233234 * [ Perfect Numbers] ( https://github.com/TheAlgorithms/Rust/blob/master/src/math/perfect_numbers.rs )
You can’t perform that action at this time.
0 commit comments