Best of Algorithms — January 2024
- 1
- 2
Medium·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
Community 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
- 5
ThePrimeTime·2y4 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.