Welcome to DSAthon, a hackathon focused on solving complex Data Structures & Algorithms (DSA) problems efficiently using TypeScript, Tailwind CSS, and JavaScript. This event is designed to challenge your problem-solving skills while fostering collaboration and learning.
DSAthon/
āāā src/
ā āāā algorithms/ # DSA solutions in TypeScript
ā āāā components/ # Reusable UI components
ā āāā pages/ # Application pages
ā āāā styles/ # Global styles (Tailwind CSS)
āāā public/
āāā tests/ # Unit tests for algorithms
āāā package.json # Dependencies and scripts
āāā tailwind.config.js # Tailwind CSS configuration
āāā tsconfig.json # TypeScript configuration
āāā README.md # Project documentation
Make sure you have the following installed:
git clone https://github.com/euii-ii/DSAthon.git
cd dsathon
yarn install # or npm install
yarn dev # or npm run dev
yarn build # or npm run build
yarn test # or npm test
src/algorithms/
directory.Contributions are welcome! If you find any issues or want to add new features, please submit a pull request.
This project is licensed under the MIT License.
Happy coding! š