All Projects → gardncl → Elements Of Programming Interviews

gardncl / Elements Of Programming Interviews

Licence: mit
Method stubs and test cases for the problems from Elements of Programming Interviews

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Elements Of Programming Interviews

Proguard Maven Plugin
ProGuard Maven plugin that supports modularised ProGuard packages
Stars: ✭ 353 (-52.17%)
Mutual labels:  maven
Selenium Maven Template
A maven template for Selenium that will let you check out and go.
Stars: ✭ 403 (-45.39%)
Mutual labels:  maven
Kubernetes For Java Developers
A Day in Java Developer’s Life, with a taste of Kubernetes
Stars: ✭ 514 (-30.35%)
Mutual labels:  maven
Luaunit
LuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, ...) to be used directly or work with Continuous Integration platforms (Jenkins, Maven, ...).
Stars: ✭ 362 (-50.95%)
Mutual labels:  maven
Gradle Maven Publish Plugin
Gradle plugin that configures an uploadArchives task to automatically upload all of your Java, Kotlin or Android libraries to any Maven instance.
Stars: ✭ 392 (-46.88%)
Mutual labels:  maven
Strongbox
Strongbox is an artifact repository manager.
Stars: ✭ 412 (-44.17%)
Mutual labels:  maven
Aem Project Archetype
Maven template to create best-practice websites on AEM.
Stars: ✭ 337 (-54.34%)
Mutual labels:  maven
Perfect Ssm
🍇更完善的Spring+SpringMVC+Mybatis+easyUI后台管理系统(RESTful API+redis)
Stars: ✭ 606 (-17.89%)
Mutual labels:  maven
Ms Backend Boilerplates
Boilerplate for Your Server Side(Backend) Application, Java | Spring(Boot, Cloud) | Node.js(Express, Koa, Egg) | Go | Python | DevOps 💫 服务端项目模板
Stars: ✭ 394 (-46.61%)
Mutual labels:  maven
Java Sdk
百度AI开放平台 Java SDK
Stars: ✭ 495 (-32.93%)
Mutual labels:  maven
Nguseckill
✨ 整合IDEA+Maven+SSM框架的高并发的商品秒杀项目
Stars: ✭ 373 (-49.46%)
Mutual labels:  maven
Shopping Management System
该项目为多个小项目的集合(持续更新中...)。内容类似淘宝、京东等网购管理系统以及图书管理、超市管理等系统。目的在于便于Java初级爱好者在学习完某一部分Java知识后有一个合适的项目锻炼、运用所学知识,完善知识体系。适用人群:Java基础到入门的爱好者。
Stars: ✭ 4,130 (+459.62%)
Mutual labels:  maven
Shop
spring cloud最佳实践项目实例,使用了spring cloud全家桶,TCC事务管理,EDA事务最终一致性等技术的下单示例
Stars: ✭ 418 (-43.36%)
Mutual labels:  maven
Ssm booksystem
ssm demo,ssm详细教程,SSM简明教程:简单的十步教你搭建人生第一个SSM框架[ SSM框架整合教程(spring+spring mvc+mybatis+redis+maven+idea+bootstrap) ]
Stars: ✭ 355 (-51.9%)
Mutual labels:  maven
Javacv
Java interface to OpenCV, FFmpeg, and more
Stars: ✭ 5,543 (+651.08%)
Mutual labels:  maven
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (-52.3%)
Mutual labels:  maven
Hahu
参照知乎网做的一个简易版问答网站,后台采用Java语言,及Spring,SpringMVC,MyBatis等框架,模版引擎使用FreeMarker。数据库用到MySQL,Redis。
Stars: ✭ 408 (-44.72%)
Mutual labels:  maven
Ok Gradle
IntelliJ/Android Studio plugin for searching artifacts ids of popular Java libraries.
Stars: ✭ 664 (-10.03%)
Mutual labels:  maven
Spock Example
Spock example specifications along with ready-to-go Gradle and Maven builds
Stars: ✭ 595 (-19.38%)
Mutual labels:  maven
Cookbook
🎉🎉🎉JAVA高级架构师技术栈==任何技能通过 “刻意练习” 都可以达到融会贯通的境界,就像烹饪一样,这里有一份JAVA开发技术手册,只需要增加自己练习的次数。🏃🏃🏃
Stars: ✭ 428 (-42.01%)
Mutual labels:  maven

Check out the Elements of Programming Interviews author's official, pre-release EPIJudge here.

Elements of Programming Interviews - Java

contributions welcome Build Status

alt text

This repository contains method stubs and tests of the problems from Elements Of Programming Interviews by Adnan Aziz, Tsung-Hsien Lee, and Amit Prakash. This book is also available in Python and C++.

Suggested usage:

  • Purchase Elements of Programming Interviews
  • Fork master (top right corner on github)
  • Clone your forked repository
  • Solve a problem on a blackboard/whiteboard/paper/google doc
  • Program your solution to see if the test cases pass
  • Repeat previous two steps until no problems are left

Dependencies:

Having trouble solving a problem?

  • The book contains descriptions and hints that I intentionally omitted from this repository
  • The book contains thorough solutions
  • My (sometimes commented) solutions are available

This project is open source so please fork it and help me create a supplement to this phenomenal book. Always looking for edge cases.

Donate if this helped you!

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