🎸
Jamming in Javascript
Pinned Loading
-
-
-
nodejs-bootcamp
nodejs-bootcamp PublicThe Nodejs exercises from the bootcamp I worked as an instructor
-
Genre Database Optimization
Genre Database Optimization 1# For databases that each item might have more than one tags like genres.
2# It is not an optimal solution to append appropriate genres to each items seperately. For example; when we search for adventure novels,
3# the database nelow will firts loop through each book and then each genre it contains which will give a O(N^2).
45{
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.