{"id":20851944,"url":"https://github.com/chaoses-ib/computationalmathematics","last_synced_at":"2025-10-05T13:26:20.670Z","repository":{"id":62750044,"uuid":"521408317","full_name":"Chaoses-Ib/ComputationalMathematics","owner":"Chaoses-Ib","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-15T22:29:40.000Z","size":2427,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T00:43:36.899Z","etag":null,"topics":["algorithms","computational","computational-mathematics","computational-science","numerical-analysis","numerical-methods","sagemath"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chaoses-Ib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-04T20:34:10.000Z","updated_at":"2025-03-15T22:29:43.000Z","dependencies_parsed_at":"2023-01-25T21:45:58.258Z","dependency_job_id":"feaab299-1d8f-48f6-a473-5ba506f67060","html_url":"https://github.com/Chaoses-Ib/ComputationalMathematics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FComputationalMathematics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FComputationalMathematics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FComputationalMathematics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chaoses-Ib%2FComputationalMathematics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chaoses-Ib","download_url":"https://codeload.github.com/Chaoses-Ib/ComputationalMathematics/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253675657,"owners_count":21945950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","computational","computational-mathematics","computational-science","numerical-analysis","numerical-methods","sagemath"],"created_at":"2024-11-18T03:15:39.444Z","updated_at":"2025-10-05T13:26:20.651Z","avatar_url":"https://github.com/Chaoses-Ib.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Computational Mathematics\n## [Arithmetic](Arithmetic/README.md)\n- [Integer Division](\u003cArithmetic/Integer Division.md\u003e)\n- [Comparison](Arithmetic/Comparison.md)\n- [Floating-point Arithmetic](Arithmetic/Floating-point/README.md)\n- [Arbitrary-precision Arithmetic](Arithmetic/Arbitrary-precision/README.md)\n\n## [Algorithms](Algorithms/README.md)\n- [Recursion](Algorithms/Recursion/README.md)\n  - [Memoization](Algorithms/Recursion/Memoization.md)\n- [Branchless](Algorithms/Branchless.md)\n\n- [Data Types](Algorithms/Data/README.md)\n  - [Abstract Data Types](Algorithms/Data/Abstract.md)\n\n- [Sequences](Algorithms/Sequences/README.md)\n  - [Sorting](Algorithms/Sequences/Sorting/README.md)\n    - [Comparison Sorts](Algorithms/Sequences/Sorting/Comparison/README.md)\n      - [Selection Sort](Algorithms/Sequences/Sorting/Comparison/Selection.md) ([Python](Algorithms/Sequences/Sorting/Comparison/Selection.ipynb))\n      - [Insertion Sort](Algorithms/Sequences/Sorting/Comparison/Insertion.md) ([Python](Algorithms/Sequences/Sorting/Comparison/Insertion.ipynb))\n      - [Merge Sort](Algorithms/Sequences/Sorting/Comparison/Merge.md) ([Python](Algorithms/Sequences/Sorting/Comparison/Merge.ipynb))\n      - [Heapsort](Algorithms/Sequences/Sorting/Comparison/Heapsort.md) ([Python](Algorithms/Sequences/Sorting/Comparison/Heapsort.ipynb))\n      - [Quicksort](Algorithms/Sequences/Sorting/Comparison/Quicksort.md) ([Python](Algorithms/Sequences/Sorting/Comparison/Quicksort.ipynb))\n    - [Integer Sorting](Algorithms/Sequences/Sorting/Integer/README.md)\n      - [Bucket Sort](Algorithms/Sequences/Sorting/Integer/Bucket.md) ([Python](Algorithms/Sequences/Sorting/Integer/Bucket.ipynb))\n      - [Counting Sort](Algorithms/Sequences/Sorting/Integer/Counting.md) ([Python](Algorithms/Sequences/Sorting/Integer/Counting.ipynb))\n      - [Radix Sort](Algorithms/Sequences/Sorting/Integer/Radix.md) ([Python](Algorithms/Sequences/Sorting/Integer/Radix.ipynb))\n  - [Merging](Algorithms/Sequences/Merging/README.md)\n  - Search\n    - [Minimum](Algorithms/Sequences/Search/Minimum/README.md)\n    - [Binary Search](Algorithms/Sequences/Search/Binary.md)\n  - Substrings\n    - [Search](Algorithms/Sequences/Substrings/Search/README.md)\n      - [String-set-searching Algorithms](Algorithms/Sequences/Substrings/Search/Set.md)\n    - [Longest Common Substrings](Algorithms/Sequences/Substrings/Common.md)\n    - [Longest Repeated Substring Problem](Algorithms/Sequences/Substrings/Repeat/README.md)\n  - Subsequences\n    - [Longest Common Subsequences](Algorithms/Sequences/Subsequences/Common.md)\n\n- [Sparse Matrices](Algorithms/Sparse/README.md)\n  - [Sparse Arrays](Algorithms/Sparse/Arrays.md)\n\n- [Hash Tables](Algorithms/Hash/README.md)\n  - [Seperate Chaining](Algorithms/Hash/Seperate%20Chaining.md)\n  - [Open Addressing](Algorithms/Hash/Open%20Addressing.md)\n  - [Perfect Hashing](Algorithms/Hash/Perfect.md)\n\n- [Trees](Algorithms/Trees/README.md)\n  - [Binary Trees](Algorithms/Trees/Binary/README.md)\n    - [Threaded Binary Trees](Algorithms/Trees/Binary/Threaded.md)\n  - [Tries](Algorithms/Trees/Tries/README.md)\n    - [Hash Tries](Algorithms/Trees/Tries/Hash/README.md)\n    - [Suffix Trees](Algorithms/Trees/Tries/Suffix/README.md)\n      - [Suffix Arrays](Algorithms/Trees/Tries/Suffix/Arrays.md)\n  - [Traversal](Algorithms/Trees/Traversal.md)\n\n- [Graphs](Algorithms/Graphs/README.md)\n  - [Graph Search](Algorithms/Graphs/Search/README.md)\n    - Uninformed Search\n      - [Breadth-first Search](Algorithms/Graphs/Search/Breadth-first.md)\n      - [Depth-first Search](Algorithms/Graphs/Search/Depth-first.md)\n      - [Uniform-cost Search](Algorithms/Graphs/Search/Uniform-cost.md)\n      - Bidirectional search\n    - Informed Search\n      - Greedy Best-first Search\n      - [A\\* Search](Algorithms/Graphs/Search/A-star.md)\n\n  - [Sorting: Topological Sort](Algorithms/Graphs/Sorting/README.md)\n    - [Dynamic Topological Sort](Algorithms/Graphs/Sorting/Dynamic.md)\n    - [Constrained Topological Sort](Algorithms/Graphs/Sorting/Constrained.md)\n\n  - Routing\n    - [Travelling Salesman Problem](Algorithms/Graphs/Routing/TSP/README.md)\n\n- [Succinct Data Structures](Algorithms/Succinct/README.md)\n\n## [Numerical Analysis](Numerical%20Analysis/README.md)\n- [Error Analysis](Numerical%20Analysis/Error%20Analysis/README.md)\n- [Order of Convergence](Numerical%20Analysis/Order%20of%20Convergence.md)\n- Root Finding\n  - [Bracketing Methods](Numerical%20Analysis/Root%20Finding/Bracketing%20Methods.md)\n  - [Fixed-Point Iteration](Numerical%20Analysis/Root%20Finding/Fixed-Point%20Iteration.md)\n  - [Newton's Methods](Numerical%20Analysis/Root%20Finding/Newton's%20Methods.md)\n- Numerical Linear Algebra\n  - [Matrix Transposition](Numerical%20Analysis/Numerical%20Linear%20Algebra/Matrix%20Transposition.md)\n  - Matrix Decompositions\n    - [Lower-Upper Decomposition](Numerical%20Analysis/Numerical%20Linear%20Algebra/Matrix%20Decompositions/Lower-Upper%20Decomposition.md)\n  - Solutions of Linear Systems\n    - [Gaussian Elimination](Numerical%20Analysis/Numerical%20Linear%20Algebra/Solutions/Gaussian%20Elimination.md)\n    - [Jacobi Methods](Numerical%20Analysis/Numerical%20Linear%20Algebra/Solutions/Jacobi%20Methods.md)\n- Interpolation\n  - [Polynomial Interpolation](Numerical%20Analysis/Interpolation/Polynomial%20Interpolation.md)\n- Curve Fitting\n  - [Least Squares](Numerical%20Analysis/Curve%20Fitting/Least%20Squares.md)\n- [Numerical Integration](Numerical%20Analysis/Numerical%20Integration/README.md)\n  - [Quadrature Rules Based on Interpolating Functions](Numerical%20Analysis/Numerical%20Integration/Interpolating.md)\n  - [Adaptive Quadrature](Numerical%20Analysis/Numerical%20Integration/Adaptive%20Quadrature.md)\n- [Numerical Optimization](Numerical%20Analysis/Numerical%20Optimization/README.md)\n  - [Bracketing Search Methods](Numerical%20Analysis/Numerical%20Optimization/Bracketing%20Search%20Methods.md)\n- Differential Equations\n  - [Euler Method](Numerical%20Analysis/Differential%20Equations/Euler%20Method.md)\n  - [Runge-Kutta Methods](Numerical%20Analysis/Differential%20Equations/Runge-Kutta%20Methods.md)\n\n## [Libraries](Libraries/README.md)\n### [SageMath](Libraries/SageMath/README.md)\n- [Installation](Libraries/SageMath/Installation.md)\n- [Python](Libraries/SageMath/Python.md)\n- Symbolic Computation\n  - [Symbolic Expressions](Libraries/SageMath/Symbolic/Expressions.md)\n  - [Symbolic Functions](Libraries/SageMath/Symbolic/Functions.md)\n\n## Tools\n- [WolframAlpha: Computational Intelligence](https://www.wolframalpha.com/)\n- [Jupyter](https://jupyter.org/)\n\n### [MATLAB](Tools/MATLAB/README.md)\n- [Built-ins](Tools/MATLAB/Built-ins.md)\n- [Matrices](Tools/MATLAB/Matrices.md)\n- [Functions](Tools/MATLAB/Functions.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaoses-ib%2Fcomputationalmathematics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaoses-ib%2Fcomputationalmathematics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaoses-ib%2Fcomputationalmathematics/lists"}