{"id":21901156,"url":"https://github.com/cizr/lru-algorithm-in-c","last_synced_at":"2025-03-22T06:16:44.764Z","repository":{"id":171629532,"uuid":"471148637","full_name":"Cizr/LRU-Algorithm-in-C","owner":"Cizr","description":"Execution/Implementation of LRU (Least Recently Used) Algorithm in C","archived":false,"fork":false,"pushed_at":"2022-03-17T21:42:32.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T06:43:28.039Z","etag":null,"topics":["algorithm","c","lru"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cizr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-17T21:30:56.000Z","updated_at":"2024-03-01T19:15:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"c93b30ea-bd7d-4e5b-8749-ab0d1e3405f2","html_url":"https://github.com/Cizr/LRU-Algorithm-in-C","commit_stats":null,"previous_names":["cizr/lru-algorithm-in-c"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cizr%2FLRU-Algorithm-in-C","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cizr%2FLRU-Algorithm-in-C/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cizr%2FLRU-Algorithm-in-C/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cizr%2FLRU-Algorithm-in-C/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cizr","download_url":"https://codeload.github.com/Cizr/LRU-Algorithm-in-C/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244913331,"owners_count":20530818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm","c","lru"],"created_at":"2024-11-28T15:12:35.659Z","updated_at":"2025-03-22T06:16:44.759Z","avatar_url":"https://github.com/Cizr.png","language":"C","readme":"\nTo write a c program to implement LRU page replacement algorithm \n\n# LRU :\nthe page which is least recently used is replaced. Therefore, in memory, any page that has been unused for a longer period of time than the others is replaced.\n\n# Inputs required :\n1. the number of pages\n2. the reference string\n3. number of frames\n\n# Output :\n1. Number of pages\n2. Value of pages  \n3. The frames\n4. Number of page faults\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcizr%2Flru-algorithm-in-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcizr%2Flru-algorithm-in-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcizr%2Flru-algorithm-in-c/lists"}