At Code 365, my mission is to empower aspiring programmers and experienced developers alike to master Data Structures and Algorithms (DSA). I believe that a strong foundation in these fundamental concepts is crucial for success in the ever-evolving world of technology.
I Designed platform to provide a structured, comprehensive, and engaging learning experience that caters to learners at all levels. Whether you're preparing for job interviews, competitive programming contests, or simply want to sharpen your problem-solving skills, Code 365 is here to support your journey.
- 360+ DSA Problems: A curated collection of problems carefully selected to cover a wide range of topics and difficulty levels.
- Company-Specific Question Sets: Tailored question sets to help you prepare for interviews at top tech companies.
- Community Support: An active community of learners and experienced developers for collaboration and support.
- Progress Tracking: Tools to monitor your growth and identify areas for improvement.
- Contests and Challenges: Regular events to test your skills and compete with peers.
Rohith Juluru
Lead Developer
NextJS Guide
Make sure you have the following installed:
- Node.js (v16 or later)
- npm (Node Package Manager)
-
Clone the repository:
git clone <repository-url> cd code-365
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
to access the platform.
Before running the platform, ensure the following files are created in the lib
directory:
-
problem.json
- Contains the list of DSA problems with their respective details.
-
company-questions.json
- Includes company-specific questions to help users prepare for interviews.
The structure and format of these files should follow the JSON schema used by the platform.
We welcome contributions from the community! If you have ideas, suggestions, or would like to contribute code, feel free to submit a pull request or create an issue.
Code 365 is open-source and distributed under the MIT License. See LICENSE
for more details.
This project is built with the following technologies: