Best of AlgorithmsMarch 2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Top 10 JavaScript Algorithms for Coding Challenges

    Learn essential JavaScript algorithms for coding challenges including reversing strings and integers, determining palindromes, and identifying the most frequently occurring characters in a string.

  2. 2
    Article
    Avatar of watercoolerWatercooler·2y

    when i try to learn Data structure & algorithm

    Tips and resources for practicing data structures and algorithms.

  3. 4
    Article
    Avatar of hnHacker News·2y

    Algorithmic Thinking, 2nd Edition

    Algorithmic Thinking: Unlock Your Programming Potential is a comprehensive resource for C Programming Language students and software development professionals. It provides theoretical background, detailed problem explanations, and clear presentations of algorithms and data structures.

  4. 5
    Article
    Avatar of medium_jsMedium·2y

    A Journey Through the World of Algorithms:

    The post provides an overview of algorithms, their importance in problem-solving and efficiency improvement. It discusses different methods of specifying algorithms, such as natural language, pseudocode, flowcharts, and programming language code. The post also covers the fundamentals of algorithm analysis, Big-O notation, and various algorithm design techniques. Additionally, it presents examples of well-known algorithms, including divide and conquer, dynamic programming, greedy algorithms, and brute force algorithms.

  5. 6
    Video
    Avatar of primeagenThePrimeTime·2y

    LeetCode Isnt Real | Prime Reacts

    Improve problem-solving skills by solving coding interview questions, but don't expect to figure out all questions on your own. Memorize core CS algorithms like binary search and sliding window technique. Recognize that coding interview questions are about applying core algorithms to specific problems.