Coder Social home page Coder Social logo

xylambda / data-structures-algorithms Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 31 KB

This repository provides implementations of popular algorithms and abstract data types using JAVA.

License: MIT License

Java 100.00%
algorithm algorithms data data-structures graph tree list queue stack heap

data-structures-algorithms's Introduction

Data-Structures-Algorithms

This repository provides implementations of popular algorithms and abstract data types using JAVA.

Why does this repository exist?

This repository contains the syllabus for the subject Data Structures and Algorithms I took in Computer Science at UPV. I used it to track the subject.

Are the implementations recursive or iterative?

You can find both, but I tend to solve things iteratively for obvious reasons.

Is it complete?

No, the algorithms part got lost, and I am planning to write everything in a more elegant language like Python or C#, but it is not a priority. You can find the repository structure below:

Course

Linear Abstract Data Types

  1. List

    • ArrayList
    • LinkedList
  2. Stack

    • ArrayStack
    • LinkedStack
  3. Queue

    • ArrayQueue
    • LinkedQueue

Set Abstract Data Types

  1. Set

    • ArrayBit
    • LinkedSet
  2. Priority Queue

    • Heap
  3. Dictionary

    • Hash table

Tree Abstract Data Types

  1. Binary Search Tree
  2. AVL Binary Search Tree

Graph Abstract Data Types

  1. Directed Graph

    • Adjacency List
    • Adjacency Matrix
  2. Undirected Graph

    • Adjacency List
    • Adjacency Matrix

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.