DEV Community

Jesse M. Holmes
Jesse M. Holmes

Posted on

Which algorithms are you using to build software for the web?

Which algorithms are you using from your computer science days when building software for the web? How often do you utilize them in the front end?

I re-read this excellent article by Molly Struve, and these are the questions that came to mind. 🤯

Top comments (1)

Collapse
 
baily__case profile image
Baily Case

I wouldn't say we often use them in the frontend, but lately we have been doing a lot of efficient tree searching algorithms for finding certain data and mapping it.