ErrLookup › kunal-kushwaha/DSA-Bootcamp-Java

kunal-kushwaha/DSA-Bootcamp-Java

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs. · Java · 256 source files

Analyzed at 6bc4d8bf8a on 2026-08-31. 8 documented errors.

Code / MessageTypeSeverityTags
name is kunal
exception info java, custom-exception, oop, tutorial
please do no divide by zero
exception error java, arithmeticexception, divide-by-zero
Queue is empty
exception error java, queue, underflow, checked-exception
Queue is empty
exception error java, queue, underflow, checked-exception
Cannot pop from an empty stack!!
exception error java, stack, underflow, custom-exception
Cannot peek from an empty stack!!
exception error java, stack, peek, custom-exception
Removing from an empty heap!
exception error java, heap, priority-queue, underflow, checked-exception
Removing from empty Heap
exception error java, heap, huffman-coding, underflow, checked-exception