All Projects → careercup → Ctci 6th Edition Php

careercup / Ctci 6th Edition Php

Cracking the Coding Interview 6th Ed. PHP Solutions

Projects that are alternatives of or similar to Ctci 6th Edition Php

Interview Techdev Guide
This repository contains curated technical interview questions by fn+geeks community
Stars: ✭ 252 (+231.58%)
Mutual labels:  algorithms, data-structures, interview-questions
Cpp
Repository for C++/C codes and algos.
Stars: ✭ 265 (+248.68%)
Mutual labels:  algorithms, data-structures, interview-questions
Fucking Algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Stars: ✭ 99,705 (+131090.79%)
Mutual labels:  algorithms, data-structures, interview-questions
Coding Ninjas Data Structures And Algorithms In Python
Solved problems and assignments of DSA course taught by Coding Ninjas team
Stars: ✭ 70 (-7.89%)
Mutual labels:  algorithms, data-structures, interview-questions
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (+582.89%)
Mutual labels:  algorithms, data-structures, interview-questions
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+4001.32%)
Mutual labels:  algorithms, data-structures, interview-questions
Java
Repository for Java codes and algos.Star the repo too.
Stars: ✭ 53 (-30.26%)
Mutual labels:  algorithms, data-structures, interview-questions
Leetcode Patterns
A curated list of leetcode questions grouped by their common patterns
Stars: ✭ 3,750 (+4834.21%)
Mutual labels:  algorithms, data-structures, interview-questions
Interview
Data Structures and Algorithms in Java (useful in interview process)
Stars: ✭ 396 (+421.05%)
Mutual labels:  algorithms, data-structures, interview-questions
Codeeggdailyinterview
码个蛋每日面试题
Stars: ✭ 345 (+353.95%)
Mutual labels:  algorithms, data-structures, interview-questions
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+22467.11%)
Mutual labels:  algorithms, data-structures, interview-questions
Ctci 6th Edition
Cracking the Coding Interview 6th Ed. Solutions
Stars: ✭ 9,328 (+12173.68%)
Mutual labels:  algorithms, data-structures, interview-questions
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (+106.58%)
Mutual labels:  algorithms, data-structures, interview-questions
Awesome Coding Interview Question Patterns
The most common question-patterns for any coding-interview
Stars: ✭ 196 (+157.89%)
Mutual labels:  algorithms, data-structures, interview-questions
Leetcode In Swift
My solutions to LeetCode problems written in Swift
Stars: ✭ 150 (+97.37%)
Mutual labels:  algorithms, data-structures, interview-questions
Mega Interview Guide
The MEGA interview guide, JavaSciript, Front End, Comp Sci
Stars: ✭ 255 (+235.53%)
Mutual labels:  algorithms, data-structures, interview-questions
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+56338.16%)
Mutual labels:  algorithms, interview-questions, data-structures
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (+60.53%)
Mutual labels:  algorithms, data-structures, interview-questions
Daily Coding Problem
Solutions for Daily Coding Problem.
Stars: ✭ 300 (+294.74%)
Mutual labels:  algorithms, data-structures, interview-questions
Coding Challenges
solutions to coding challenges and algorithm and data structure building blocks
Stars: ✭ 28 (-63.16%)
Mutual labels:  algorithms, data-structures, interview-questions

PHP Solutions to Cracking The Coding Interview 6th Ed.

Build Status

Dependencies: PHPUnit, which can be installed either standalone or via Composer (composer.json supplied).

Running Unit Tests

Using PHPUnit installed via Composer (recommended)

First install PHPUnit (you only need to do this once)

composer install

Then you can run the unit tests using the PHPUnit that composer installed

./vendor/bin/phpunit test

Using Standalone PHPUnit

Assuming the phpunit binary is in your user's path, simply run

phpunit test
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].