Skip to content

rkmahale17/algolib.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Rulcode.com 🚀

Rulcode.com is an open-source platform to learn, visualize, and master algorithms with interactive explanations and multi-language code snippets (Python, Java, C++, and TypeScript).

🌐 Visit Live: https://rulcode.com


📚 Algorithm Index

Arrays & Strings
Linked List
Trees & BSTs
Graphs
Dynamic Programming
Greedy
Backtracking
Bit Manipulation
Heap / Priority Queue
Math & Number Theory
Advanced

// ...existing code...

Blind 75 Problems

// ...existing code...


🧠 How can I edit this code?

There are several ways of editing your application.

🖥️ Use your preferred IDE

If you want to work locally using your own IDE, you can clone this repo and push changes.
Pushed changes will also be reflected in Lovable.

The only requirement is having Node.js & npm installed - install with nvm

Follow these steps:

# Step 1: Install dependencies
npm i

# Step 2: Start development server
npm run dev

✏️ Edit directly in GitHub

  • Navigate to the desired file(s)
  • Click the pencil ✏️ icon at top-right of the file
  • Make your changes and commit

💻 Use GitHub Codespaces

  • Navigate to the main page of your repository
  • Click on Code → Codespaces → New Codespace
  • Edit files directly within the Codespace and commit when done

🧰 Tech Stack

  • ⚡ Next.js
  • 💎 TypeScript
  • ⚛️ React
  • 🎨 shadcn/ui
  • 💨 Tailwind CSS

🤝 Contribute

We welcome contributions!
Help us expand Rulcode.com with more algorithms, better explanations, and improved visualizations.

Fork → Edit → Pull Request.

Star this repo if you find it helpful!

About

RULCODE is a modern coding practice platform focused on algorithms, data structures, and interview preparation — built to help you practice smarter and code better.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors