This repository contains a 100 collection of C++ exercises suitable for beginners.
-
Updated
Jun 19, 2023 - C++
This repository contains a 100 collection of C++ exercises suitable for beginners.
This Java program utilizes dynamic programming with memoization to solve the problem of counting the number of distinct ways to climb a staircase, where each step involves choosing between climbing one or two steps.
This repository contains various Java programs that demonstrate different concepts of Java programming, including data structures, algorithms, multithreading, file handling, and object-oriented programming. Each file is labeled with a unique identifier for easy reference.
A Python program for performing matrix operations, including row scaling, swapping, addition/subtraction, and converting matrices into row echelon form using Gaussian elimination. Interactive command-line interface with SymPy integration for precise calculations.
💡 High-precision C++ implementation of a novel rational sequence that approximates √n for any natural number using only fractions. Inspired by real analysis and powered by GMP & MPFR, it computes square roots with up to 7 million digits of precision.
A GUI based calculator developed in python using its inbuilt library Tkinter. It can perform basic mathematical computations such as +, -, *, /, ^, n^2
Add a description, image, and links to the mathematical-computations topic page so that developers can more easily learn about it.
To associate your repository with the mathematical-computations topic, visit your repo's landing page and select "manage topics."