swati jhaswatijha.hashnode.dev·May 8, 2023Elevator System (Low-Level-Design)Problem Definition Elevators are an essential component of many buildings, especially those with multiple floors or high-rise structures, where stairs may not be a practical option. The objective of an elevator system is to provide an alternative mea...17 likes·7.9K readsLow Level Design Problems#elevator
Harshwardhan Singhharshwsingh.hashnode.dev·Jan 27, 2023What is a Compiler & what does it do?High-level language to machine code translation, also known as compilation, is the process of converting a program written in a high-level programming language into machine code that can be executed by a computer's central processing unit (CPU). This...compiler