All Projects → RamyHakam → leetcode-php

RamyHakam / leetcode-php

Licence: MIT license
My PHP Solutions for leet code problems with different test cases

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to leetcode-php

cli
LeetCode CLI
Stars: ✭ 77 (+327.78%)
Mutual labels:  leetcode, leetcode-solutions
leetcode-java
leetcode 解题方法 Java 语言描述,包含各种常见解题模板和各个题目出题频率
Stars: ✭ 152 (+744.44%)
Mutual labels:  leetcode, leetcode-solutions
91-days-algorithm
91天学算法-Leetcode图解题解集合(JavaScript/C++/Python) Solutions and Explainations with Hand Drawings in Chinese(JavaScript/C++/Python)
Stars: ✭ 206 (+1044.44%)
Mutual labels:  leetcode, leetcode-solutions
iOS-Algorithm
iOS数据结构算法
Stars: ✭ 22 (+22.22%)
Mutual labels:  leetcode, leetcode-solutions
LeetCode-Problems-Solution-Book
REPOSITORY EXCLUDED FROM HACKTOBERFEST 2021, CHECK THIS : https://github.com/piyushsharma220699/Hacktoberfest-2021/issues/261
Stars: ✭ 35 (+94.44%)
Mutual labels:  leetcode, leetcode-solutions
Coding-Practice
Coding practice, design pattern implementation in C++ and some knowledge summary.
Stars: ✭ 48 (+166.67%)
Mutual labels:  leetcode, leetcode-solutions
code-exercise
Personal algorithm practice
Stars: ✭ 32 (+77.78%)
Mutual labels:  leetcode, leetcode-solutions
leetcode
LeetCode Solutions https://t.me/vladtenlive
Stars: ✭ 182 (+911.11%)
Mutual labels:  leetcode, leetcode-solutions
LeetCode-Solution-Well-Explained
My LeetCode solutions using Java. Sorted in different topics and add detailed comments for easy understanding.
Stars: ✭ 23 (+27.78%)
Mutual labels:  leetcode, leetcode-solutions
leetcode-js
LeetCode JavaScript solutions
Stars: ✭ 16 (-11.11%)
Mutual labels:  leetcode, leetcode-solutions
Data-Structures-and-Algorithms
Most frequent LeetCode questions to ace the coding interview!
Stars: ✭ 67 (+272.22%)
Mutual labels:  leetcode, leetcode-solutions
leetcode
My LeetCode Solutions. 我的leetcode解题源码.
Stars: ✭ 30 (+66.67%)
Mutual labels:  leetcode, leetcode-solutions
The-Complete-FAANG-Preparation
This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview questions, and Miscellaneous Stuff (Programming MCQs, Puzzles, Aptitude, Reasoning). The Programming languages used for demonstration are C++, Pytho…
Stars: ✭ 8,681 (+48127.78%)
Mutual labels:  leetcode, leetcode-solutions
CodingInterview
Leetcode解题、剑指offer第二版💪💪💪⛷😀
Stars: ✭ 28 (+55.56%)
Mutual labels:  leetcode, leetcode-solutions
LeetCode
LeetCode Problems
Stars: ✭ 41 (+127.78%)
Mutual labels:  leetcode, leetcode-solutions
Leetcode-solutions
Leetcode Grinder.
Stars: ✭ 14 (-22.22%)
Mutual labels:  leetcode, leetcode-solutions
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (+200%)
Mutual labels:  leetcode, leetcode-solutions
leetcode
Pure C solutions for LeetCode. Contains unit tests and helper methods. (纯C解题, 包含单元测试和帮助方法)
Stars: ✭ 19 (+5.56%)
Mutual labels:  leetcode, leetcode-solutions
Competitive-programing
This repository is for encouraging people in competitive programming. And making PR's on a regular basis. Through this repo, Geeks can find solutions for various programming problems and also give your code to increase the repo.
Stars: ✭ 20 (+11.11%)
Mutual labels:  leetcode, leetcode-solutions
leet-code
LeetCode's competitive programming questions solution repository
Stars: ✭ 18 (+0%)
Mutual labels:  leetcode, leetcode-solutions

LeetCode in PHP 😊🤓

My Solutions with Many different Test Caess Fully in PHP 😍

In this repository you can find my solutions for too many different leet code problems, I will frequently update it to add more solutions and test cases. 👌🚀

Acknowledgment

Many of these solutions are inspired by some other's solutions and ideas, But fully implemented and tested By me ,So thanks to all Developers Who shares their ideas and solutions with others 🤝🙏🏻

How To Use This List

  • Each problem has Three files Solution, Test, and Input.json Sorted by Category. 📂📂📂
  • Check The solution and Validate it per Category.☑️
  • Check The input File for That Problem in Tests\Helper\InputFiles.🧪🔦
  • Run the test file for that problem in Tests\{Category} Folder.⌛️🤔
  • Add more Test Cases data into The input File following the Same existing format JSON 🥸😉
  • Run The Test again to check the solution against your new test cases automatically ☑️🙏🏻

Contribute!!

You are very welcomed if You want to Contribute 🥳 on that, And this is How :

  • Fork The Repo.📂
  • Create Your new Solution in a Class with The existing Name + your Name. 🚀
  • Create a Test Class for Your Solution.☑️
  • Extend MainTest Class to load the data from your input file 👌👌
  • Add/Copy a new Input file in Tests\Helper\InputFiles Exactly With Your Test Class Name Follow The same Format for Other files!. 👨
  • Validate Your Solution From Time and Space Complexity.⌛️🧪
  • Create a PR against The Repo 🥳
  • Let us discuss about your solution in your PR 🥊🥊🥊
  • Done !! You are a Contributor now 🍻

License

MIT

Free Software, Hell Yeah!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].