Best of AlgorithmsJanuary 2024

  1. 1
    Video
    Avatar of communityCommunity Picks·2y

    Vim As Your Editor - Introduction

  2. 2
    Article
    Avatar of medium_jsMedium·2y

    Basic AI Algorithms Explained

    This post explains basic AI algorithms including decision trees, linear regression, and k-nearest neighbors. It discusses how decision trees work, the types of decision trees, advantages and disadvantages of decision trees. It also explores linear regression, including the basics, types, benefits, and limitations. Finally, it introduces k-nearest neighbors and explains how it works, its advantages, and disadvantages.

  3. 3
    Video
    Avatar of communityCommunity Picks·2y

    Data Structures and Algorithms in Python - Full Course for Beginners

    This post introduces the concept of data structures and algorithms in Python, providing a beginner-friendly course. It covers topics such as binary search, linked lists, algorithm complexity analysis, and more. The course includes video lectures, programming assignments, and a course project. The linear search algorithm is implemented and its time and space complexity are discussed. The Jovian platform is introduced as a way to save and share coding projects.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Use the Sliding Window Technique – Algorithm Example and Solution

    Learn about the sliding window technique, an algorithmic approach used in computer science and signal processing. Discover how to implement it and explore its applications in various domains.

  5. 5
    Video
    Avatar of primeagenThePrimeTime·2y

    4 Billion If Statements | Prime Reacts

    The article discusses the use of if statements in programming, the modulus operator, and the tradeoff between time and memory. The author explores the idea of checking if a number is odd or even using comparisons and shares their experience with implementing the algorithm in different programming languages. They encounter drawbacks with large numbers but manage to overcome them with a unique approach.