Data structures
A data structure is a particular way storing and organizing data in a computer for efficient access and modification. Data structures are designed for a specific purpose. Examples include arrays, linked lists, and classes.
Here are 4,849 public repositories matching this topic...
Algorithms and data structures with explanations!
-
Updated
Feb 2, 2023 - Java
This repository consists of the codes for the Java Competitive coding, Data Structures & Algorithms.
-
Updated
Aug 27, 2023 - Java
The Tree Algorithms project is a Java-based repository that provides implementations of various tree data structures and algorithms. It offers a collection of classes for building, manipulating, and traversing trees, as well as performing operations specific to different types of trees.
-
Updated
Sep 12, 2023 - Java
Learning Data Structure and Algorithms by using Java
-
Updated
May 10, 2023 - Java
This repository collects coding questions (and answers) to prepare coding interviews. The questions categorised based on main topics like Data Structures, Recursion, Algorithms and Common Coding Interview Patterns. Each category includes subcategories covering main topics in this topic. Each question has difficulty level, company tags and a source
-
Updated
Mar 21, 2023 - Java
Data structures and algorithms (Checkout course on https://ggorantala.dev)
-
Updated
Jun 13, 2023 - Java
My first project assignment for Data Structures and Algorithms in Java Course (CMPE250) at Bogazici University.
-
Updated
Jan 26, 2023 - Java
A collection of course work for data structures and algorithms I completed in Java.
-
Updated
May 15, 2023 - Java
Some Data Structures implementations
-
Updated
Jul 17, 2023 - Java
This GitHub repository contains implementations of various high-level data structures and algorithms I implemented in CSE 373. These data structures include abstract classes for iterable maps and double-ended queues, as well as specific implementations such as priority queues, hash maps, and trees.
-
Updated
Feb 22, 2023 - Java
These are the algorithms i practiced while learning Data Structures in Java
-
Updated
Jul 26, 2023 - Java
Sakarya University Data Structures and Algorithms class, first homework.
-
Updated
Dec 4, 2022 - Java
This repository contains implementations of various data structures in Java. The goal of this repository is to provide a 4 comprehensive collection of data structures that can be used as a reference for Java developers.
-
Updated
Apr 1, 2023 - Java
This repo holds my Data structureS and Algorithms Fundamentals courses at SoftUni.
-
Updated
Mar 16, 2023 - Java
University assignment - Implementation of a Binomial Heap
-
Updated
Jul 19, 2023 - Java
My personal implementations of various data structures and algorithms using Java.
-
Updated
Dec 6, 2023 - Java
An implementation of algorithms covered in the Algorithms & Data Structures Course
-
Updated
Jan 18, 2023 - Java