• Stars
    star
    2
  • Language
    PHP
  • Created about 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

Operating-System-Process-Scheduling-Algorithms

All the codes are done in C++. There are 5 scheduling a algorithms. First Come, First Served (FCFS), Shortest Job First (SJF/ non-preemptive SJF), Shortest Remaining Time First (SRTF/ preemptive SJF), Round Robin (RR) and Priority Scheduling. These is also another algorithm of deadlock chapter. Banker's Algorithm
C++
3
star
2

Java-School-Management-Project-Console-Application-and-File-System-

A small console application project. All the data are stored in text file using file system. Start.java contains the main file. The system has 3 types of users, Admin, Faculty Student. One of the purpose was to implement OOP concepts.
Java
2
star
3

C-Sharp-Windows-Voice-Assistant-

It is a C# project. Trying to build a windows application that can add on voice command.
C#
1
star
4

learning-laravel-framework-spring-2020-2021-sec-b

PHP
1
star
5

Artificial-Intelligence-Course-Algorithms-nQueen-Problem-Genetic-Algorithm-Map-Coloring-CSP-

This contains some of the Artificial courses Algorithms. All the codes are done in python. - nQueen Problem ( There is one to calculate the and show the attacks and fitness of a board another to make a non-attacked board ), Genetic Algorithm ( Used in 8 Queen Problem. User will say the number of the boards and generations and the program will take random board and calculate fitness for each generation and then apply genetic algorithm on them. ), CSP Map Coloring Problem ( One is done only using a simple heuristic and another one uses both heuristic and mrv to solve the problem and also shows simulation ).
Python
1
star