Giter Club home page Giter Club logo

skyline-algorithms's Introduction

skyline-algorithms

This is a University of Piraeus - Digital Systems Dept (Greece) project. It is the first (of the two) projects at the Data Structures class. The project requirements are well explained below:

The programmer should create 5 java classes. Two SkylineAlgs classes,a list class, a node class (each node is a part of the list) and an application class containing the main method. The first algorithm should take as an input all the points given and return back as a result the skyline points. The second one should at first sort the list of the points and then find the skyline points. Moreover, the excercise had as a requirement to count the time that takes each algorithm to run and also to care about the complexity of them.

As a bonus, I made my Java app able to read from a given file the points, so that we do not need to use the Math() or random() java-lib. Also, for the sorting of the list (named ListDoublePoints) I used mergeSort by the time it is the most efficient and it has a big O complexity O(N*LogN).

Feel free to mess with the code, use it under your will and test it in any case. But remember, the license for this code is GPL v3, which means you have to contribute back to the main project (here) any changes you make and release into public.

In any case, do not hesitate to contact me at koslibpro [at] gmail [dot] com.

Konstantinos (Kostas) Livieratos

skyline-algorithms's People

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.