About 12,300,000 results
Open links in new tab
  1. List of algorithms - Wikipedia

    With the increasing automation of services, more and more decisions are being made by algorithms. Some general examples are risk assessments, anticipatory policing, and pattern recognition …

  2. Top 25 Algorithms Every Programmer Should Know - Techie Delight

    Good knowledge of standard algorithms is equally important as choosing the right data structure. The following is a list of the top 25 algorithms every programmer and computer science student should …

  3. List of 100 Popular Algorithms - Medium

    Dec 13, 2023 · List of 100 popular algorithms, with some description of what each one does. I wrote details & tutorials of some of them here. Linear Search: Finds the position of a target value within a …

  4. Most important type of Algorithms - GeeksforGeeks

    Jul 15, 2025 · What is an Algorithm? An algorithm is a step-by-step procedure to solve a problem. A good algorithm should be optimized in terms of time and space. Different types of problems require …

  5. List of Algorithms - Scriptol.com

    Mar 16, 2021 · From an ordered list of processes with priorities, assign first to highest priority the available resources. Possible strategies: critical path, longest path, highest level first, longest …

  6. I Tested 50 Algorithms and Here Are the Top Ones Every Programmer ...

    Discover the must-know algorithms for any programmer with my personal experience. I tested and mastered these 50 algorithms for maximum efficiency. Don't miss out!

  7. List of 500 Computer Algorithms from Simple to Complex

    Feb 24, 2025 · Computer algorithms are step-by-step procedures for solving problems or accomplishing tasks. From the simplest sorting techniques to complex machine learning models, algorithms power …

  8. Types of algorithms and algorithm examples - La Vivien Post

    May 24, 2025 · List of different types of algorithms and algorithm examples, such as sorting, divide and conquer, greedy, and recursion, with illustrations.

  9. Comprehensive List of Programming Algorithms - ohidur.com

    Mar 22, 2025 · Explore a comprehensive list of essential and advanced programming algorithms for aspiring software engineers.

  10. The Essential Guide to 25 Must-Know Algorithms for Programmers ...

    Nov 14, 2025 · This guide breaks down 25 must-know algorithms for programmers, grouped by category, with clear explanations and why each one matters. 1. Searching Algorithms. Searching …