SearchInRotatedSortedArrayTest
|
5 |
0 |
0 |
0.062s |
100% |
playground.algorithm.AddBinaryTest
|
4 |
0 |
0 |
0.005s |
100% |
playground.algorithm.AddTwoNumbers2Test
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.AddTwoNumbersTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ArrayConstructionTest
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.BalancedBinaryTreeTest
|
2 |
0 |
0 |
0.002s |
100% |
playground.algorithm.BestTimeToBuyAndSellStockTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.BinarySearchTest
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.BinaryTreeInorderTraversalTest
|
3 |
0 |
0 |
0.004s |
100% |
playground.algorithm.BinaryTreeLevelorderTraversalTest
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.BinaryTreePostorderTraversalTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.BinaryTreePreorderTraversalTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.BinaryTreeZigzagLevelOrderTraversalTest
|
3 |
0 |
0 |
0s |
100% |
playground.algorithm.CheckCompletenessOfABinaryTreeTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ClimbingStairsTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.CombinationSum2Test
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.CombinationSumTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.CombinationsTest
|
1 |
0 |
0 |
0.009s |
100% |
playground.algorithm.ConstructBinaryTreeFromPreorderAndInorderTraversalTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ContainerWithMostWaterTest
|
1 |
0 |
0 |
0.003s |
100% |
playground.algorithm.ContainsDuplicateTest
|
3 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ContinuesSequenceWithSumTest
|
2 |
0 |
0 |
0.003s |
100% |
playground.algorithm.ContinuousCardsTest
|
5 |
0 |
0 |
0.002s |
100% |
playground.algorithm.ConvertBinarySearchTreeToSortedDoublyLinkedListTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.CopyListWithRandomPointerTest
|
2 |
0 |
0 |
0.002s |
100% |
playground.algorithm.CountAndSayTest
|
1 |
0 |
0 |
0.016s |
100% |
playground.algorithm.CourseScheduleTest
|
3 |
0 |
0 |
0.001s |
100% |
playground.algorithm.DeleteNodeInALinkedListTest
|
2 |
0 |
0 |
0.004s |
100% |
playground.algorithm.DicesProbabilityTest
|
2 |
0 |
0 |
0.004s |
100% |
playground.algorithm.DuplicationInArrayTest
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.FibonacciNumberTest
|
3 |
0 |
0 |
0.002s |
100% |
playground.algorithm.FindFirstAndLastPositionOfElementInSortedArrayTest
|
2 |
0 |
0 |
0.010s |
100% |
playground.algorithm.FindMinimumInRotatedSortedArrayIITest
|
4 |
0 |
0 |
0.001s |
100% |
playground.algorithm.FindMinimumInRotatedSortedArrayTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.FindTheLargestContinuousNumberTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.FirstMissingPositiveTest
|
3 |
0 |
0 |
0.001s |
100% |
playground.algorithm.FirstNotRepeatingCharTest
|
1 |
0 |
0 |
0.003s |
100% |
playground.algorithm.FirstUniqueCharacterInAStringTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.FourSumTest
|
3 |
0 |
0 |
0.006s |
100% |
playground.algorithm.GreatestCommonDivisorTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.HeapSortTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ImplementQueueUsingStacksTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ImplementStackUsingQueuesTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ImplementStrstrTest
|
4 |
0 |
0 |
0.002s |
100% |
playground.algorithm.IntersectionOfTwoLinkedListsTest
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.InversePairsTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.InvertBinaryTreeTest
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.JumpGameTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.KLeastNumbersTest
|
2 |
0 |
0 |
0.002s |
100% |
playground.algorithm.KthLargestTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.KthNodeFromEndOfListTest
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.KthSmallestElementInABstTest
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.KthSmallestElementInASortedMatrixTest
|
1 |
0 |
0 |
0.002s |
100% |
playground.algorithm.LRUCacheTest
|
5 |
0 |
0 |
0.004s |
100% |
playground.algorithm.LengthOfLastWordTest
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.LinkedListCycle2Test
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.LinkedListCycleTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.LongestCommonPrefixTest
|
5 |
0 |
0 |
0.002s |
100% |
playground.algorithm.LongestConsecutiveSequenceTest
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.LongestPalindromicSubstringTest
|
2 |
0 |
0 |
0.005s |
100% |
playground.algorithm.LongestSubstringWithoutRepeatingCharactersTest
|
5 |
0 |
0 |
0.003s |
100% |
playground.algorithm.LowestCommonAncestorOfABinarySearchTreeTest
|
5 |
0 |
0 |
0.003s |
100% |
playground.algorithm.LowestCommonAncestorOfABinaryTreeTest
|
1 |
0 |
0 |
0.002s |
100% |
playground.algorithm.MajorityElementTest
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.MaxPointsOnALineTest
|
6 |
0 |
0 |
0.002s |
100% |
playground.algorithm.MaxPointsTest
|
4 |
0 |
0 |
0.013s |
100% |
playground.algorithm.MaximumDepthOfBinaryTreeTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.MaximumFrequencyStackTest
|
1 |
0 |
0 |
0.002s |
100% |
playground.algorithm.MaximumSubArrayTest
|
3 |
0 |
0 |
0.002s |
100% |
playground.algorithm.MedianFinderTest
|
1 |
0 |
0 |
0.004s |
100% |
playground.algorithm.MedianOfTwoSortedArraysTest
|
6 |
0 |
0 |
0.003s |
100% |
playground.algorithm.MergeKSortedListTest
|
3 |
0 |
0 |
0.002s |
100% |
playground.algorithm.MergeSortTest
|
1 |
0 |
0 |
0.003s |
100% |
playground.algorithm.MergeTwoSortedListsTest
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.MinStackTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.MinimumPathSumTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.MoveZeroesTest
|
4 |
0 |
0 |
0.001s |
100% |
playground.algorithm.MultiWayMergeSortTest
|
1 |
0 |
0 |
0.103s |
100% |
playground.algorithm.MultiplyStringsTest
|
4 |
0 |
0 |
0.001s |
100% |
playground.algorithm.MyCircularQueueTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.NQueensTest
|
1 |
0 |
0 |
0.020s |
100% |
playground.algorithm.NetworkDelayTimeTest
|
3 |
0 |
0 |
0.008s |
100% |
playground.algorithm.NextPermutationTest
|
4 |
0 |
0 |
0.003s |
100% |
playground.algorithm.NumberOf1BitsTest
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.NumberOfDigitOneTest
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.OddEvenLinkedListTest
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.PalindromeNumberTest
|
4 |
0 |
0 |
0.001s |
100% |
playground.algorithm.PathSumIITest
|
2 |
0 |
0 |
0.002s |
100% |
playground.algorithm.PermutationInStringTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.Permutations2Test
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.PermutationsTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.PlusOneTest
|
4 |
0 |
0 |
0.001s |
100% |
playground.algorithm.PowTest
|
6 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ProductOfArrayExceptSelfTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.QuickSortTest
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.RegularExpressionMatchingTest
|
6 |
0 |
0 |
0.003s |
100% |
playground.algorithm.RemoveDuplicatesFromSortedList2Test
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.RemoveDuplicatesTest
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.RemoveElementTest
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.RemoveNthNodeFromEndOfListTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ReverseIntegerTest
|
5 |
0 |
0 |
0.002s |
100% |
playground.algorithm.ReverseLinkedListTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ReverseNodesInKGroupTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ReverseWordsInAString3Test
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.ReverseWordsInAStringTest
|
2 |
0 |
0 |
0.002s |
100% |
playground.algorithm.RobotMoveTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.RomanToIntegerTest
|
5 |
0 |
0 |
0.004s |
100% |
playground.algorithm.RotateListTest
|
3 |
0 |
0 |
0s |
100% |
playground.algorithm.SearchInsertPositionTest
|
4 |
0 |
0 |
0.001s |
100% |
playground.algorithm.SequenceOfBSTTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.SingleNumber2Test
|
3 |
0 |
0 |
0.001s |
100% |
playground.algorithm.SingleNumber3Test
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.SlidingWindowMaximumTest
|
4 |
0 |
0 |
0.001s |
100% |
playground.algorithm.SortArrayByParityTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.SortArrayForMinNumberTest
|
2 |
0 |
0 |
0.005s |
100% |
playground.algorithm.SortListTest
|
2 |
0 |
0 |
0.006s |
100% |
playground.algorithm.SpiralMatrix2Test
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.SpiralMatrixTest
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.StringToIntegerTest
|
10 |
0 |
0 |
0.003s |
100% |
playground.algorithm.SubsetsTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.SubtreeOfAnotherTreeTest
|
3 |
0 |
0 |
0s |
100% |
playground.algorithm.SwapNodesInPairsTest
|
1 |
0 |
0 |
0s |
100% |
playground.algorithm.SymmetricTreeTest
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.ThreeSumClosestTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ThreeSumTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.algorithm.TrappingRainWaterTest
|
3 |
0 |
0 |
0.001s |
100% |
playground.algorithm.TwoSumTest
|
2 |
0 |
0 |
0s |
100% |
playground.algorithm.UglyNumberIITest
|
1 |
0 |
0 |
0.004s |
100% |
playground.algorithm.ValidParenthesesTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.ValidateStackSequencesTest
|
2 |
0 |
0 |
0.001s |
100% |
playground.algorithm.WordSearchTest
|
3 |
0 |
0 |
0.002s |
100% |
playground.algorithm.ZigzagConversionTest
|
3 |
0 |
0 |
0.003s |
100% |
playground.algorithm.common.TreeNodeTest
|
1 |
0 |
0 |
0s |
100% |
playground.business.recommendation.TagBasedRecommendationTest
|
2 |
0 |
0 |
0.372s |
100% |
playground.codingdojo.FizzBuzzTest
|
4 |
0 |
0 |
0.011s |
100% |
playground.design.produce_consume.ProduceConsumeTest
|
3 |
0 |
0 |
10.021s |
100% |
playground.design.proxy.ProxyTest
|
2 |
0 |
0 |
0.114s |
100% |
playground.elasticsearch.QueryTest
|
14 |
0 |
0 |
1.597s |
100% |
playground.interview.BitwiseTest
|
3 |
0 |
0 |
0.001s |
100% |
playground.interview.DeadLockTest
|
1 |
0 |
0 |
2.002s |
100% |
playground.interview.MyReentrantLockTest
|
1 |
0 |
0 |
0.001s |
100% |
playground.interview.NonReentrantLockTest
|
1 |
0 |
0 |
3.001s |
100% |
playground.interview.SerializationTest
|
1 |
0 |
0 |
0.005s |
100% |
playground.interview.SleepWaitYieldTest
|
4 |
0 |
0 |
11.143s |
100% |
playground.interview.StringTest
|
1 |
0 |
0 |
0.003s |
100% |
playground.interview.ThreadSyncTest
|
4 |
0 |
0 |
0.051s |
100% |
playground.interview.WaitNotifyTest
|
2 |
0 |
0 |
4.008s |
100% |
playground.kafka.KafkaTest
|
1 |
0 |
0 |
7.282s |
100% |
playground.rabbitmq.ConfirmationTest
|
4 |
0 |
0 |
29.748s |
100% |
playground.rabbitmq.ExchangeTest
|
3 |
0 |
0 |
10.127s |
100% |
playground.redis.ScanTest
|
1 |
0 |
0 |
0.487s |
100% |
playground.spring.aop.EchoServiceAspectTest
|
2 |
0 |
0 |
0.100s |
100% |
playground.spring.aop.LogAspectTest
|
1 |
0 |
0 |
0.007s |
100% |
playground.spring.jpa.TransactionPropagationTest
|
19 |
0 |
0 |
0.513s |
100% |
playground.structure.BinaryHeapTest
|
6 |
0 |
0 |
0.016s |
100% |
playground.structure.HeapTest
|
2 |
0 |
0 |
0.004s |
100% |
playground.util.NumUtilsTest
|
4 |
0 |
0 |
0.015s |
100% |
playground.zookeeper.SessionTest
|
3 |
0 |
0 |
0.125s |
100% |
playground.zookeeper.ZNodeTest
|
2 |
0 |
0 |
0.224s |
100% |