cpp-coding-interview Svelte Themes

Cpp Coding Interview

A web application built with Svelte to showcase and interact with C++ coding interview problems.

📝 C++ Interview Problem Notebook

🧮 Problem Solving Workspace

Overview

A web application built with Svelte to showcase and interact with C++ coding interview problems. This project provides an interactive platform for exploring, learning, and practicing C++ interview solutions.

🚀 Quick Start

Prerequisites

  • Node.js (v16+ recommended)
  • npm or yarn
  • Git

Installation

# Clone the repository
git clone https://github.com/bniladridas/cpp-coding-interview.git

# Navigate to the project directory
cd cpp-coding-interview

# Install dependencies
npm install

# Run the development server
npm run dev

🛠 Development

Available Scripts

  • npm run dev: Start the development server
  • npm run build: Create a production build
  • npm run preview: Preview the production build
  • npm run check: Run SvelteKit type checking

📋 Problem Categories

  • Arrays
  • Strings
  • Linked Lists
  • Trees
  • Dynamic Programming
  • Graphs
  • Stacks and Queues
  • Heaps
  • Recursion

💡 Tech Stack

  • Svelte
  • SvelteKit
  • TypeScript
  • Tailwind CSS
  • Vite

🤝 Contribution

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/new-problem)
  3. Make your changes
  4. Submit a pull request

📊 Progress Tracking

Total Problems Solved: 0 Last Updated: 2025-01-31

📚 Resources

Top categories

Loading Svelte Themes