Giter VIP home page Giter VIP logo

logo

Hi šŸ‘‹, I'm Pankaj Sadhukhan

A Tech Enthusiast and Curious Learner

coding

pankaj-sadhukhan

pankajsadhukha0

  • šŸŒ± Iā€™m currently learning Web development and DSA
  • šŸ“« Drop a mail at [email protected]
  • šŸ’¬ Ask me about tech,memes,songs
  • šŸ˜ Fun fact Like to sing and travel

Let's connect with me:

pankajsadhukha0 pankaj-sadhukhan pankajsadhukhan243 pankajsadhukhan1

Languages and Tools:

android c css3 gcp git html5 java oracle

pankaj-sadhukhan

Ā pankaj-sadhukhan

pankaj-sadhukhan

PANKAJ SADHUKHAN's Projects

events-and-hackathons icon events-and-hackathons

Collection of Events and Hackathons. Add you contribution by just opening an issue or PR. No Code Repo for Hacktoberfest.

os-memory-allocation-algorithms-simulation icon os-memory-allocation-algorithms-simulation

The two programs included in this repository simulate the Buddy System, First Fit, Next Fit, Best Fit and Worst Fit memory allocation algorithms used in numerous operating systems. Tree data structure was used for the implementation of buddy system where as two separate doubly link lists have been used to keep the record of the holes and the memory allocated to the processes in case of First Fit, Next Fit, Best Fit and Worst Fit algorithms simulation. The buddy system is a memory allocation and management algorithm that manages memory in power of two increments. In the first fit, the approach is to allocate the first free partition or hole large enough which can accommodate the request. It finishes after finding the first suitable free partition. The best fit deals with allocating the smallest free partition which meets the requirement. This algorithm first searches the entire list of free partitions and considers the smallest hole that is adequate. Next fit is a modified version of first fit. It begins as first fit to find a free partition. When called the next time it starts searching from where it left off instead of the beginning. In case of worst fit, the approach is to locate largest available free partition so that the left over portion will be big enough to be useful again.

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.