lld
There are 223 repositories under lld topic.
ashishps1/awesome-low-level-design
Learn Low Level Design (LLD) and prepare for interviews using free resources.
kumaransg/LLD
Curated Collection of all Low level design Questions and implementation asked in major Tech companies , Get yourself prepared for the LLD round and ace the interview.
kousiknath/LowLevelDesign
Various Low Level Object Oriented System Design problems are discussed in this space
rust-cross/cargo-xwin
Cross compile Cargo project to Windows MSVC target with ease
kshitijmishra23/low-level-design-concepts
Code Samples to understand SOLID design principles and Design Patterns in JAVA.
naqushab/ScalerAcademy
Data Structures and Algorithms, Low level design, High level design Notes, Mind maps, Cheatsheets
FazeelUsmani/Scaler-Academy
This repository includes all the homework, assignment and contest solutions taught at Scaler Academy
sbvkrishna/low-level-design
Resources to learn Low-level System Design and prepare for Low-level design (LLD/Machine Coding) Interviews
RobRich999/Chromium_Clang
Chromium browser compiled with the Clang/LLVM compiler.
ykfre/BsodSurvivor
This project aims to facilitate debugging a kernel driver in windows by adding support for a code change on the fly without reboot/unload, and more!
sanyathisside/System-Design
System design concepts and implementations (includes high-level design, low-level design, microservices, etc.)
anomaly2104/lld-parking-lot
Repository for low level design solution of parking lot
anomaly2104/chess-low-level-system-design
Repository contatining the low level system design of Chess.
anomaly2104/low-level-design-messaging-queue-pub-sub
We have to design a message queue supporting publisher-subscriber model.
imk13/low-level-design
low-level-design
championswimmer/low-level-design-problem
Case studies (with solution codes) for Low Level System Design problems
madhank93/learn-system-design
Learning LLD and HLD
yoppeh/efi-clang
Build UEFI applications with the Clang compiler and LLD linker.
jcelerier/cninja
an opinionated cmake config manager
wang-bin/cmake-tools
Cmake utilities for C++11 projects targeting Windows(host/cross build), Raspberry Pi (host/cross build), macOS, iOS, Android
tamalCodes/Literally-Learning
I store whatever i learn in this website.
amarlearning/ride-sharing-low-level-design
Low-level design of Ride-sharing Application Implementation.
Calyfs0/DSAFromScaler
Maintaining my learning of DSA, LLD, HLD, MERN Stack from Scaler Academy
anomaly2104/battleship-game-low-level-design
Low level design for battleship game
arch-llvm/llvm-svn
Arch Linux PKGBUILD for LLVM, Clang et al. (latest SVN code)
abhaypaswan/lld-python
This repository contains solutions to machine coding problems related to low-level design (LLD) in Python. In technical interviews, these problems are commonly asked to assess a candidate's knowledge of Object Oriented Design Patterns & Concepts.
jwinarske/clang_toolchain
Build LLVM Toolchain targeting a custom sysroot - Clang, LLD, Binutils (gold), compiler-rt, libc++, libcxxabi, libunwind
BCAPATHSHALA/LLD-SUPRA-1-0-NOTES
In this repository, you will get each and every class's notes except basics of java in the form of PDF with good explanation.
vijaymalav564/vortex-clang
// clone this repo with --depth=1 to save disk size // toolchain compatible with Ubuntu 20.04+ //
Baso1st/battleship
This repo is created to practice some low-level-design using the battleship game as an example.
teja618/Course-Scheduling-Management-Geektrust
Course Scheduling Management LMS - Low level design with standard design patterns using Java.
amarlearning/cache-low-level-design
Low-level design of Cache Implementation.