Skip to content
/ ralgos Public

List of Algorithms and Data Structures implementations in R

Notifications You must be signed in to change notification settings

rladies/ralgos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

ralgos

List of Algorithms and Data Structures implementations in R

Idea

Place to collectively create R implementations of algorithms from scratch

Why?

  • It is a good way to learn how to write functions in R
  • When you interview for Data Science positions, you will be likely to asked how to implement X. Example, how do you create a power function (exponentiating by squaring)

Good Resources

Thank you Heather Turner for the resources!

Some ideas of algorithms to be included:

  • Exponentiation by Squaring
  • Simple Sort (Bubble Sort, Insertion Sort, Merging Sort, ...)
  • Difference of Squares

About

List of Algorithms and Data Structures implementations in R

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published