Pinned Repositories
build-your-own-x
Master programming by recreating your favorite technologies from scratch.
coding-interview-university
A complete computer science study plan to become a software engineer.
computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
DSA-Important-Questions
This repository contains Important questions.
Hangman-Game
kratikadixit472
Leetcode-Daily-Challenges
LeetCode-Solved-Questions
This contains solved questions which i practice daily.
Minimum-Path-Sum-dp-and-recursive
URL-Shortner
How It Works (Briefly) URLs are stored in a database and are associated with an unique numerical id that functions as a primary key. This id is in decimal (base 10) format, but it can be more succinctly represented in a higher base. PHP is able to convert to base 36, which uses all the numerical digits as well as the Latin alphabet [0-9,A-Z]. URLs are therefore associated with the base 36 representation of their numerical primary key, allowing them to be represented in a concise manner.
kratikadixit472's Repositories
kratikadixit472/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
kratikadixit472/LeetCode-Solved-Questions
This contains solved questions which i practice daily.
kratikadixit472/Minimum-Path-Sum-dp-and-recursive
kratikadixit472/URL-Shortner
How It Works (Briefly) URLs are stored in a database and are associated with an unique numerical id that functions as a primary key. This id is in decimal (base 10) format, but it can be more succinctly represented in a higher base. PHP is able to convert to base 36, which uses all the numerical digits as well as the Latin alphabet [0-9,A-Z]. URLs are therefore associated with the base 36 representation of their numerical primary key, allowing them to be represented in a concise manner.
kratikadixit472/coding-interview-university
A complete computer science study plan to become a software engineer.
kratikadixit472/computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
kratikadixit472/DSA-Important-Questions
This repository contains Important questions.
kratikadixit472/Hangman-Game
kratikadixit472/kratikadixit472
kratikadixit472/Leetcode-Daily-Challenges
kratikadixit472/low-level-design-primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
kratikadixit472/Reddit-wiki-programming
Resources to Learn Data Structures and Algorithms, ace competitive programming, Get a Job in Tech/CS
kratikadixit472/RideSharing
kratikadixit472/Youtube-Downloader
kratikadixit472/awesome-behavioral-interviews
Tips and resources to prepare for Behavioral interviews.
kratikadixit472/awesome-low-level-design
Learn Low Level Design (LLD) and prepare for interviews using free resources.
kratikadixit472/system-design
A resource to help you pass system design interview and become good at work