Git Product home page Git Product logo

AP's Projects

algorithm-comparison icon algorithm-comparison

A repository containing the implementation of two heuristic algorithms solving the University Timetabling Problem, as a part of a Degree Project at KTH.

cpsolver icon cpsolver

Local-search based solver of Constraint Satisfaction and Optimization Problems

final-exam-scheduler icon final-exam-scheduler

Using genetic algorithm, simulated annealing and brute force to solve final exam scheduling problem.

ga-for-moo icon ga-for-moo

Genetic Algorithms for Multi Objective Optimization

hades icon hades

A hybrid Encryption/Decryption Algorithm implementing both DES and RSA algorithm.

hybridcipher icon hybridcipher

A simple example of DES and RSA in Java that resolve this exercise:

multiagent_timetable_scheduling icon multiagent_timetable_scheduling

Implementation of a multi-agent based algorithm for solving a simplified version of the University Timetabling Problem, using Simulated Annealing, in NetLogo

nsga-ii icon nsga-ii

This is a python implementation of NSGA-II algorithm. NSGA is a popular non-domination based genetic algorithm for multi-objective optimization. It is a very effective algorithm but has been generally criticized for its computational complexity, lack of elitism and for choosing the optimal parameter value for sharing parameter ฯƒshare. A modified version, NSGA II was developed, which has a better sorting algorithm , incorporates elitism and no sharing parameter needs to be chosen a priori.

nurse-scheduling-problem icon nurse-scheduling-problem

This project consists in the implementation for the Nurse Scheduling Problem using Simulated Annealing Metaheuristic.

rsa icon rsa

Implementation of the RSA algorithm in Python

rsa-calculator icon rsa-calculator

RSA is the algorithm used by modern computers to encrypt and decrypt messages. It is an asymmetric cryptographic algorithm. Asymmetric means that there are two different keys. This is also called public key cryptography, because one of them can be given to everyone. The other key must be kept private. It is based on the fact that finding the factors of an integer is hard (the factoring problem). RSA stands for Ron Rivest, Adi Shamir and Leonard Adleman, who first publicly described it in 1978. A user of RSA creates and then publishes the product of two large prime numbers, along with an auxiliary value, as their public key. The prime factors must be kept secret. Anyone can use the public key to encrypt a message, but with currently published methods, if the public key is large enough, only someone with knowledge of the prime factors can feasibly decode the message

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.