/The-Odin-Project

These are my solutions for [ The Odin Project ]'s exercises and projects

Primary LanguageHTMLMIT LicenseMIT

      ___           ___                       ___     
     /\  \         /\  \          ___        /\__\    
    /::\  \       /::\  \        /\  \      /::|  |   
   /:/\:\  \     /:/\:\  \       \:\  \    /:|:|  |   
  /:/  \:\  \   /:/  \:\__\      /::\__\  /:/|:|  |__ 
 /:/__/ \:\__\ /:/__/ \:|__|  __/:/\/__/ /:/ |:| /\__\
 \:\  \ /:/  / \:\  \ /:/  / /\/:/  /    \/__|:|/:/  /
  \:\  /:/  /   \:\  /:/  /  \::/__/         |:/:/  / 
   \:\/:/  /     \:\/:/  /    \:\__\         |::/  /  
    \::/  /       \::/__/      \/__/         /:/  /   
     \/__/         ~~                        \/__/  

THE-ODIN-PROJECTS

The Odin Project's exercises and projects

This repository contains my solutions for exercises and projects that are from "The Odin Project". "The Odin Project" is an open source project and an online resource that helps individuals get a general overview of the various aspect of web development.

⚡⚡⚡ website : http://www.theodinproject.com ⚡⚡⚡

You can use starter.sh for basic folder structure by using these steps

  • chmod +x starter.sh
  • then go to that folder and run it
    ./starter.sh

For basic Data structure and algorithm task you can use starter_dsa.js where

  • TC : Time Complexity
  • SC : Space Complexity