Skip to content
#

binary-search

Here are 200 public repositories matching this topic...

I've written some important Algorithms and Data Structures in an efficient way in Java with references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, LCS, Segment Tree, Sparce Table, All Pair Shortest Path, Binary Search, Matching and many more ...

  • Updated Feb 20, 2024
  • Java

Easy implementation of various Data Structures in Java language. Red-Black Tree, Splay Tree, AVLTree, PriorityQueue, Doubly-Linked-List, Stack, Queue, Array, ArrayList, Disjoint-Set,Binary-Search Tree, B-Tree.

  • Updated Oct 19, 2018
  • Java

DSA in Java covers a wide range of algorithms, including sorting algorithms, searching algorithms, graph algorithms, and dynamic programming algorithms. The implementation and optimization of these algorithms require a solid understanding of data structures, such as arrays, linked lists, trees, and graphs, and their associated operations.

  • Updated Aug 3, 2023
  • Java

🌳 This repository is dedicated to the Binary Search Tree (BST) data structure, featuring a comprehensive demo of all its functionalities including insertion, deletion, search, and traversal operations. It serves as an educational resource for understanding BSTs in depth, offering code examples and explanations suitable for students and developers.

  • Updated May 19, 2024
  • Java

This repository contains Java code that I have written to solve DSA problems on LeetCode. Each solution is organized by DSA concept and is meant to showcase my understanding and proficiency in implementing these concepts. The purpose of this repository is to serve as a reference for everyone who is interested in learning DSA through LeetCode

  • Updated Jun 22, 2024
  • Java

This is my 3rd semester project on Hospital Management System using Java & Swing-UI in Object Oriented Approach. The Program can perform various task like ( Adding new Patients | Associating Doctor with Patients | Adding new Doctors in Hospital Record | Updating Doctor Information | Searching Patient as well as Doctor's Data in Record | Generati…

  • Updated Oct 31, 2021
  • Java

Improve this page

Add a description, image, and links to the binary-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the binary-search topic, visit your repo's landing page and select "manage topics."

Learn more