Code Snippet Explorer

Algorithms

Collection of algorithm implementations and problem solutions

Bubble Sort Implementation
pythonAmitava Datta

A simple implementation of the bubble sort algorithm with detailed comments

Quick Sort Implementation
pythonPranay De

An efficient implementation of the quick sort algorithm

Merge Sort Implementation
pythonAmitava Datta

A stable, efficient implementation of the merge sort algorithm

Binary Search Implementation
javascriptAmitava Datta

Efficient binary search algorithm for sorted arrays

QuickSort Implementation
cppAmitava Datta

Efficient QuickSort algorithm implementation in C++

Data Structures

Implementation of various data structures

Bubble Sort Implementation
pythonAmitava Datta

A simple implementation of the bubble sort algorithm with detailed comments

Linked List Implementation
typescriptPranay De

A complete implementation of a singly linked list with common operations

Binary Search Implementation
javascriptAmitava Datta

Efficient binary search algorithm for sorted arrays

Binary Tree Implementation
javaPranay De

Complete binary tree implementation in Java with basic operations

Web Development

Web development utilities and components

Async Error Handler
javascriptPranay De

Utility function for handling async/await errors in Express

Responsive HTML Layout
htmlAmitava Datta

Modern responsive layout using HTML5 semantic elements

Modern Card Design
cssPranay De

Stylish card component with hover effects using CSS

Machine Learning

Machine learning algorithms and utilities

No snippets in this category yet

Security

Security-related implementations and utilities

No snippets in this category yet

Competitive Programming

Solutions to competitive programming problems

No snippets in this category yet