About 50 results
Open links in new tab
  1. Mathematical Algorithms - GeeksforGeeks

    Jul 23, 2025 · The following is the list of mathematical coding problem ordered topic wise. Please refer Mathematical Algorithms (Difficulty Wise) for the difficulty wise list of problems.

  2. Math Algorithms - GeeksforGeeks

    Jul 23, 2025 · What are Mathematical Algorithms? Mathematical algorithm can be defined as an algorithm or procedure which is utilized to solve a mathematical problem, or mathematical …

  3. Mathematical Algorithms (Difficulty Wise) - GeeksforGeeks

    Jul 23, 2025 · The following is the list of mathematical concepts and related coding problems. The coding problems are ordered according to difficulty level. Please refer Mathematical …

  4. Maths for DSA - GeeksforGeeks

    Aug 22, 2025 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and …

  5. What is an Algorithm | Introduction to Algorithms - GeeksforGeeks

    Dec 20, 2025 · Algorithm is a set of finite, well-defined steps or instructions designed to solve a problem or perform a computation. It can also be defined as a procedure for solving a …

  6. Mathematical and Geometric Algorithms - Data Structure and …

    Jul 23, 2025 · Mathematical and geometric algorithms stand as powerful tools for solving complex problems. These algorithms use mathematical and geometric principles to efficiently and …

  7. Discrete Mathematics Tutorial - GeeksforGeeks

    Sep 1, 2025 · Discrete Mathematics is a branch of mathematics that is concerned with "discrete" mathematical structures instead of "continuous" ones. Discrete mathematical structures …

  8. Division Algorithm Problems and Solutions - GeeksforGeeks

    Aug 12, 2024 · The Division Algorithm is a key concept in number theory that provides the systematic way to the divide integers and find the quotient and remainder. Understanding and …

  9. Mathematical explanation of K-Nearest Neighbour - GeeksforGeeks

    Jul 23, 2025 · KNN stands for K-nearest neighbour is a popular algorithm in Supervised Learning commonly used for classification tasks. It works by classifying data based on its similarity to …

  10. Dijkstra's Algorithm - GeeksforGeeks

    Jan 21, 2026 · Dijkstra’s algorithm always picks the node with the minimum distance first. By doing so, it ensures that the node has already checked the shortest distance to all its neighbors.