Skip to content

Anghel Leonard - The Complete Coding Interview Guide in Java - 2020

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: Anghel Leonard - TheGroup: 2020Format: Java
Info Hash
7EBF152B82B77330A9ABA6FC9A1AEE12022A55AD
Source
Unverified
Total Size
23.47 MB
Total Files
100
Seeders
1
Leechers
0
Health
1.00
Score
2
Type
eBook

File List

FileSize
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Anghel Leonard - The Complete Coding Interview Guide in Java - 2020.epub14.9 MB
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Anghel Leonard - The Complete Coding Interview Guide in Java - 2020.pdf6.45 MB
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/LICENSE1.04 KB
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/README.md3.66 KB
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/README.md262 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Abstraction/AbstractionViaAbstractClass/pom.xml719 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Abstraction/AbstractionViaAbstractClass/src/main/java/coding/challenge/Car.java472 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Abstraction/AbstractionViaAbstractClass/src/main/java/coding/challenge/ElectricCar.java573 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Abstraction/AbstractionViaAbstractClass/src/main/java/coding/challenge/Main.java572 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Abstraction/AbstractionViaAbstractClass/src/main/java/coding/challenge/PetrolCar.java570 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Abstraction/AbstractionViaInterface/pom.xml670 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Abstraction/AbstractionViaInterface/src/main/java/coding/challenge/Car.java205 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Abstraction/AbstractionViaInterface/src/main/java/coding/challenge/ElectricCar.java721 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Abstraction/AbstractionViaInterface/src/main/java/coding/challenge/Main.java572 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Abstraction/AbstractionViaInterface/src/main/java/coding/challenge/PetrolCar.java689 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Aggregation/pom.xml687 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Aggregation/src/main/java/coding/challenge/Main.java374 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Aggregation/src/main/java/coding/challenge/Racket.java665 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Aggregation/src/main/java/coding/challenge/TennisPlayer.java525 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Association/pom.xml687 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Association/src/main/java/coding/challenge/Address.java460 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Association/src/main/java/coding/challenge/Main.java805 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Association/src/main/java/coding/challenge/Person.java273 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/CircularByteBuffer/pom.xml702 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/CircularByteBuffer/src/main/java/coding/challenge/CircularByteBuffer.java4.17 KB
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/CircularByteBuffer/src/main/java/coding/challenge/Main.java512 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Composition/pom.xml687 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Composition/src/main/java/coding/challenge/Car.java413 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Composition/src/main/java/coding/challenge/Engine.java527 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Composition/src/main/java/coding/challenge/Main.java214 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/CovariantMethodOverriding/pom.xml715 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/CovariantMethodOverriding/src/main/java/coding/challenge/Main.java335 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/CovariantMethodOverriding/src/main/java/coding/challenge/Rectangle.java537 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DeckOfCards/DeckOfCardsUML.png77.35 KB
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DeckOfCards/pom.xml688 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DeckOfCards/README.md159 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DeckOfCards/src/main/java/coding/challenge/Main.java694 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DeckOfCards/src/main/java/coding/challenge/card/Card.java712 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DeckOfCards/src/main/java/coding/challenge/card/Pack.java423 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DeckOfCards/src/main/java/coding/challenge/card/StandardCard.java399 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DeckOfCards/src/main/java/coding/challenge/card/StandardPack.java638 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DeckOfCards/src/main/java/coding/challenge/card/StandardSuit.java103 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DeckOfCards/src/main/java/coding/challenge/deck/Deck.java925 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DependencyInversionPrinciple/pom.xml721 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DependencyInversionPrinciple/src/main/java/coding/challenge/Main.java905 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DependencyInversionPrinciple/src/main/java/coding/challenge/bad/ConnectToDatabase.java194 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DependencyInversionPrinciple/src/main/java/coding/challenge/bad/PostgreSQLJdbcUrl.java272 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DependencyInversionPrinciple/src/main/java/coding/challenge/good/ConnectToDatabase.java179 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DependencyInversionPrinciple/src/main/java/coding/challenge/good/JdbcUrl.java91 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DependencyInversionPrinciple/src/main/java/coding/challenge/good/MySQLJdbcUrl.java291 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/DependencyInversionPrinciple/src/main/java/coding/challenge/good/PostgreSQLJdbcUrl.java306 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Encapsulation/pom.xml691 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Encapsulation/src/main/java/coding/challenge/Cat.java731 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Encapsulation/src/main/java/coding/challenge/Main.java401 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/FileSystem/FileSystemUML.png58.63 KB
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/FileSystem/pom.xml686 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/FileSystem/README.md153 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/FileSystem/src/main/java/coding/challenge/Main.java1.14 KB
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/FileSystem/src/main/java/coding/challenge/filesystem/Directory.java564 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/FileSystem/src/main/java/coding/challenge/filesystem/File.java465 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/FileSystem/src/main/java/coding/challenge/filesystem/Item.java951 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/HashTable/pom.xml684 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/HashTable/src/main/java/coding/challenge/HashTable.java1.64 KB
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/HashTable/src/main/java/coding/challenge/Main.java1.21 KB
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Inheritance/pom.xml687 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Inheritance/src/main/java/coding/challenge/Employee.java292 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Inheritance/src/main/java/coding/challenge/Main.java332 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Inheritance/src/main/java/coding/challenge/Programmer.java332 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/InterfaceSegregationPrinciple/pom.xml723 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/InterfaceSegregationPrinciple/src/main/java/coding/challenge/Main.java699 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/InterfaceSegregationPrinciple/src/main/java/coding/challenge/bad/Connection.java143 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/InterfaceSegregationPrinciple/src/main/java/coding/challenge/bad/WwwPingConnection.java592 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/InterfaceSegregationPrinciple/src/main/java/coding/challenge/good/Connection.java92 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/InterfaceSegregationPrinciple/src/main/java/coding/challenge/good/HttpConnection.java116 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/InterfaceSegregationPrinciple/src/main/java/coding/challenge/good/SocketConnection.java120 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/InterfaceSegregationPrinciple/src/main/java/coding/challenge/good/WwwPingConnection.java417 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Java8DefaultStaticMethods/pom.xml715 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Java8DefaultStaticMethods/src/main/java/coding/challenge/ElectricCar.java772 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Java8DefaultStaticMethods/src/main/java/coding/challenge/Main.java586 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Java8DefaultStaticMethods/src/main/java/coding/challenge/PetrolCar.java616 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Java8DefaultStaticMethods/src/main/java/coding/challenge/SteamCar.java440 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Java8DefaultStaticMethods/src/main/java/coding/challenge/Vehicle.java373 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Jukebox/JukeboxUML.png132.12 KB
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Jukebox/pom.xml681 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Jukebox/README.md145 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Jukebox/src/main/java/coding/challenge/Main.java1014 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Jukebox/src/main/java/coding/challenge/jukebox/CD.java316 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Jukebox/src/main/java/coding/challenge/jukebox/CDPlayer.java701 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Jukebox/src/main/java/coding/challenge/jukebox/Jukebox.java644 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Jukebox/src/main/java/coding/challenge/jukebox/Playlist.java811 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Jukebox/src/main/java/coding/challenge/jukebox/Selector.java266 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Jukebox/src/main/java/coding/challenge/jukebox/Song.java402 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/Jukebox/src/main/java/coding/challenge/user/User.java279 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/LiskovSubstitutionPrinciple/pom.xml719 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/LiskovSubstitutionPrinciple/src/main/java/coding/challenge/Main.java1.8 KB
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/LiskovSubstitutionPrinciple/src/main/java/coding/challenge/bad/FreeMember.java562 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/LiskovSubstitutionPrinciple/src/main/java/coding/challenge/bad/Member.java254 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/LiskovSubstitutionPrinciple/src/main/java/coding/challenge/bad/PremiumMember.java406 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/LiskovSubstitutionPrinciple/src/main/java/coding/challenge/bad/VipMember.java382 B
Anghel Leonard - The Complete Coding Interview Guide in Java - 2020/Code/Chapter06/LiskovSubstitutionPrinciple/src/main/java/coding/challenge/good/FreeMember.java310 B

Trackers

No trackers found.