Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 1.17 KB

README.md

File metadata and controls

10 lines (5 loc) · 1.17 KB

ALGORITHMS-TS

ALGORITHMS-TS is a set of algorithms based on the Open Source Community written in typescript and can be integrated and implemented in projects to help with faster development.

ALGORITHMS are finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation.Algorithms are always unambiguous and are used as specifications for performing calculations, data processing, automated reasoning, and other tasks.Visit this link for more info on algorithms on wikipedia

Algorithms can be grouped based on the kind of task one wants to perform and the factors the tasks are based on.

CATEGORIES OF ALGORITHMS AND BASED FACTORS