Skip to content

Releases: gardncl/elements-of-programming-interviews

Maven refactor, Maven-Surefire, and Chapter 9: Stacks and Queues

26 Apr 22:11
Compare
Choose a tag to compare
  • Refactored code so that all chapters now have their own maven module
  • Implemented Maven-Surefire so that tests can be run on the command line and no longer need an IDE
  • Completed all method stubs and test cases for Chapter 9: Stacks and Queues

Next Release:

  • Chapter 10: Binary Trees

Maven support & Chapter 6: Arrays

23 Apr 20:33
Compare
Choose a tag to compare
  • All test cases and method stubs for chapter 6 are complete
  • Maven support for dependencies
  • Added readme to the arrays folder so that it is easier to follow along with the book
  • Bug fixes from the primatives section

Next release:

  • Chapter 9: Stacks and Queues
  • Maven-Surefire
  • All chapters in their own Maven module

Chapter 5: Primatives

22 Apr 13:22
Compare
Choose a tag to compare
  • All method stubs and test cases for chapter 5 completed.
  • Added a readme to the chapter 5 methods folder and will continue to do that for all future chapters and previous chapters
  • Bug fixes for tests from previous chapters added

Ch 6: Strings

16 Apr 17:40
Compare
Choose a tag to compare

All test cases for Chapter 7: Strings are now done.

Next two releases are to complete test cases for these chapters (unordered):

  • Chapter 5: Primitive types
  • Chapter 6: Arrays

Ch 7: Linked List

16 Apr 14:44
Compare
Choose a tag to compare

All tests for linked lists are complete.

Initial release

15 Apr 18:53
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Grab bag of test cases released from various chapters.