Algorithms

History of Speech-to-Text AI models

History of Speech-to-Text Models​ & Current Infrastructure As speech technology continues to advance, so too do the models that power…

1 year ago

Linear Search Algorithm (Python Code)

Algorithm: Linear Search FUNCTION: Search PERFORMANCE: О(n) FOUNDED IN: Ancient FOUNDED BY: Anonymous One of the most common and basic…

4 years ago

Insertion Sort Algorithm (Python Code)

Algorithm: Insertion Sort FUNCTION: Sorting PERFORMANCE: О(n2) DESIGN CATEGORY: In Place FOUNDED IN: Ancient FOUNDED BY: Anonymous Insertion sort works…

4 years ago

Bubble Sort Algorithm (Python Code)

Algorithm: Bubble Sort FUNCTION: Sorting PERFORMANCE: О(n2) DESIGN CATEGORY: FOUNDED IN: ~1955? (uncertain) FOUNDED BY: Anonymous The way bubble sort…

4 years ago

Merge Sort Algorithm (Python Code)

Algorithm: Merge Sort FUNCTION: Sorting PERFORMANCE: O(n log n) DESIGN CATEGORY: Divide and Conquer FOUNDED IN: 1945 FOUNDED BY: John…

4 years ago