DATA STRUCTURE ALGO

(4.9 /12 Rating)
3 Students
Last updated 23 Aug, 2025
breadcrumb
By Kevali Kangle

Categories: Full Stack Developer

DATA STRUCTURE ALGO

instructor
Instructor: Kevali Kangle
Categories:
Full Stack Developer
Ratings:
(4.9 / 7)

₹7000.00

Buy Now
image
Course Description

IT IS A DATASTRUCTURE

Course Content
instructor
Kevali Kangle
Instructor
(4.9 /13 Rating)
Total 2 Ratings
5
25 Rating
4
20 Rating
3
5 Rating
2
2 Rating
1
1 Rating

₹8000.00 ₹7000.00

Buy Now
This course includes:
Levels
Beginner
Duration
12 Month
Category
Full Stack Developer
Update
23 Aug, 2025
Certificate
Certificate of completion
Reach Us
icon More Similar Courses

Related Courses

course
Price
₹59999.00 ₹34999.00
MERN
Administrator
  • (4.9 /13 Rating)
2
0 Lecture
course
Price
₹4000.00 ₹2000.00
DATA BASE MANAGEMENT
Kevali Kangle
  • (4.9 /7 Rating)
0
0 Lecture
document.addEventListener("DOMContentLoaded", function() { const menuBtn = document.getElementById("menu-btn"); const offcanvasArea = document.querySelector(".bd-offcanvas-area"); const closeBtn = document.querySelector(".bd-offcanvas-close-icon"); // Toggle menu open menuBtn.addEventListener("click", function() { offcanvasArea.classList.toggle("info-open"); document.body.classList.toggle("offcanvas-open"); // optional body lock }); // Close menu when clicking the X button closeBtn.addEventListener("click", function() { offcanvasArea.classList.remove("info-open"); document.body.classList.remove("offcanvas-open"); }); // Optional: Close when clicking outside offcanvasArea.addEventListener("click", function(e) { if (e.target === offcanvasArea) { offcanvasArea.classList.remove("info-open"); document.body.classList.remove("offcanvas-open"); } }); });