jasonpogi1669

Jasonpogi1669's Pastebin

2,521 38,404 0 3 years ago
Name / Title Added Expires Hits Comments Syntax  
Max Element within a Subsegment using Collections in Java Aug 7th, 2022 Never 1,071 0 Java -
Sort First K elements of Collection in Java Aug 7th, 2022 Never 635 0 Java -
Sort Collections in Reverse Order in Java Aug 7th, 2022 Never 625 0 Java -
Sort First K elements of Array in Java Aug 7th, 2022 Never 587 0 Java -
Sort List of Tuples in Java Aug 7th, 2022 Never 709 0 Java -
Evaluate Math Expression from Strings in C++ Aug 3rd, 2022 Never 831 0 C++ -
Visit All 4 Adjacent Cells using C++ Jun 20th, 2022 Never 1,330 0 C++ -
Input Numbers until End of File (EOF) C++ Jun 12th, 2022 Never 744 0 C++ -
Next Permutation Implementation using C++ May 24th, 2022 Never 817 0 C++ -
Create a string with n elements using 1 given character using C++ Apr 30th, 2022 Never 1,402 0 C++ -
Rotate elements using C++ Apr 25th, 2022 Never 1,028 0 C++ -
LCM of Multiple Numbers using C++ Apr 24th, 2022 Never 1,642 0 C++ -
Transport (TLAC) Complete Solution using Java Apr 21st, 2022 Never 1,850 0 Java -
Find the Largest Common Substring between Two Strings using Java Apr 8th, 2022 Never 1,010 0 Java -
Set of Pairs using Java Apr 8th, 2022 Never 754 0 Java -
LCM of Multiple Numbers using Java Apr 7th, 2022 Never 1,138 0 Java -
Sorting with Lambda Function using Java Apr 5th, 2022 Never 1,415 0 Java -
Find LCM of Two Numbers using C++ Mar 24th, 2022 Never 641 0 C++ -
Visit All 8 Adjacent Cells using C++ Mar 17th, 2022 Never 226 0 C++ -
Deadlock Free Condition using C++ Mar 14th, 2022 Never 157 0 C++ -
Check for Non-Degenerate Triangle using C++ Mar 9th, 2022 Never 790 0 C++ -
Produce a String with length m using a specific character in C++ Mar 5th, 2022 Never 1,230 0 C++ -
Recreate subarray of length K within a sequence of length N using C++ Feb 26th, 2022 Never 1,214 0 C++ -
Square Matrix Indices Tricks using C++ Feb 25th, 2022 Never 878 0 C++ -
Count Odd Numbers in a given range using C++ Feb 14th, 2022 Never 712 0 C++ -
Replace last digit of n using C++ Feb 8th, 2022 Never 1,134 0 C++ -
Find Lexicographically Smallest String using C++ Feb 5th, 2022 Never 1,053 0 C++ -
Convert Integer to String using C++ Feb 1st, 2022 Never 1,063 0 C++ -
Count the No. of Set Bits of N using C++ Jan 27th, 2022 Never 1,057 0 C++ -
Generate All Possible Combinations and Permutations of a Sequence with Length of N using C++ Jan 21st, 2022 Never 988 0 C++ -
Combinations with repetitions using C++ Jan 21st, 2022 Never 755 0 C++ -
Generate All Possible Subarrays of a Sequence using C++ Dec 24th, 2021 Never 120 0 C++ -
Maintaining Bit Frequency to Find OR Operation Result in a Sequence using C++ Dec 24th, 2021 Never 126 0 C++ -
Get the Prime Factors of a number using C++ Dec 22nd, 2021 Never 101 0 C++ -
Next Greater Element using Stack in C++ Dec 17th, 2021 Never 103 0 C++ -
Convert Decimal to Binary using Bitwise Operators in C++ Dec 16th, 2021 Never 98 0 C++ -
Checking if a Number is a Power of 2 using C++ Dec 15th, 2021 Never 106 0 C++ -
Calculating the number of digits using log10 function in C++ Dec 15th, 2021 Never 100 0 C++ -
Swap 2 numbers using XOR in C++ Dec 15th, 2021 Never 93 0 C++ -
Calculate time in 24 hour format after a minutes using C++ Dec 10th, 2021 Never 90 0 C++ -
Finding the Largest Multiple of 10 that is Less than or equal to n using C++ Dec 9th, 2021 Never 99 0 C++ -
Binary Exponentation Recursion using C++ Dec 6th, 2021 Never 142 0 C++ -
Determine the number with odd frequency using sort in C++ Nov 4th, 2021 Never 134 0 C++ -
Bitwise XOR to find an odd number using C++ Nov 4th, 2021 Never 128 0 C++ -
Find the first occurrence (index) of x in a sequence using C++ Nov 3rd, 2021 Never 107 0 C++ -
Find the Total Minutes between 2 Time Given in 24-hour Format using C++ Oct 13th, 2021 Never 108 0 C++ -
Convert Number to Roman Numeral and Vice Versa up to 5000 using Python Oct 9th, 2021 Never 80 0 Python -
Sum of Digits using Recursion in C++ Oct 8th, 2021 Never 95 0 C++ -
Check if n is a Power of 2 using popcount in C++ Oct 6th, 2021 Never 106 0 C++ -
Find the Number of Prime Factors of a number using C++ Oct 6th, 2021 Never 104 0 C++ -
Print Middle Pairs of Elements at index i and index n - i + 1 using C++ Oct 3rd, 2021 Never 99 0 C++ -
Find First and Last Indices of a Character using C++ Sep 21st, 2021 Never 91 0 C++ -
Count the 1-Bits of a number using C++ Sep 21st, 2021 Never 91 0 C++ -
Insert a character in all positions of a given string using C++ Sep 13th, 2021 Never 98 0 C++ -
Count Distinct Divisor of 'n' with Prime Factorization using C++ Sep 4th, 2021 Never 110 0 C++ -
Disjoint set UNION by RANK and Path Compression using C++ Sep 1st, 2021 Never 111 0 C++ -
Disjoint Set | UNION and FIND using C++ Sep 1st, 2021 Never 104 0 C++ -
Push Back All Elements from a Vector to another Vector using C++ Sep 1st, 2021 Never 119 0 C++ -
Odd-Even Sort using C++ Aug 26th, 2021 Never 119 0 C++ -
Object Destructuring in C++ Aug 20th, 2021 Never 114 0 C++ -
Divisors of 'n' using C++ Aug 19th, 2021 Never 113 0 C++ -
Karatsuba Trick using C++ Aug 13th, 2021 Never 124 0 C++ -
Vector-Tuple Container using C++ Aug 11th, 2021 Never 102 0 C++ -
Recursive Void Function inside Main Function using C++ Aug 2nd, 2021 Never 111 0 C++ -
Point Cramming (TLAC) Complete Solution using C++ Jul 30th, 2021 Never 108 0 C++ -
Transport (TLAC) Complete Solution using C++ Jul 26th, 2021 Never 120 0 C++ -
Find the MEX with Sets using C++ Jul 25th, 2021 Never 115 0 C++ -
Truncate up to 'n' Decimal Places Manually using C++ Jul 24th, 2021 Never 117 0 C++ -
Dijkstra Algorithm Greedy Approach using Java Jul 22nd, 2021 Never 102 0 C++ -
Sorting with Lambda Function using C++ Jul 20th, 2021 Never 113 0 C++ -
Calculate Sum using Accumulate() Function using C++ Jul 19th, 2021 Never 113 0 C++ -
Count the number of pairs where i < j using C++ Jul 10th, 2021 Never 135 0 C++ -
Count Even and Odd Numbers with Modulo Operation in Array using C++ Jul 9th, 2021 Never 125 0 C++ -
Gaussian Elimination using Java Jul 3rd, 2021 Never 125 0 Java -
Strassen Matrix Multiplication Original Implementation using Java Jun 29th, 2021 Never 92 0 Java -
Initializing 3D Vectors using Java Jun 18th, 2021 Never 100 0 Java -
Initializing 3D Vectors using C++ Jun 18th, 2021 Never 80 0 None -
Print '1' in Main and Secondary Diagonals in Matrix using C++ Jun 12th, 2021 Never 124 0 C++ -
Travelling Salesman Problem with Row and Column Minimization, and Penalty Rule using Java Jun 10th, 2021 Never 129 0 Java -
Simple BFS Traversal using Java Jun 9th, 2021 Never 112 0 Java -
Simple DFS Traversal using Java Jun 9th, 2021 Never 117 0 Java -
Check if Sequence is Sorted in Increasing or Decreasing Order using C++ Jun 8th, 2021 Never 134 0 C++ -
Remove Duplicates and Sort Vector using C++ Jun 8th, 2021 Never 143 0 C++ -
Arrange Even Numbers BEFORE Odd Numbers using C++ Jun 6th, 2021 Never 126 0 C++ -
Find the Power of Two that is Smaller or Equal to n May 26th, 2021 Never 156 0 C++ -
Transport Tracer Graph Problem (Print Data) using C++ May 25th, 2021 Never 126 0 C++ -
Count "yo" in a String Problem using Java May 25th, 2021 Never 129 0 Java -
Think Like a Coder: Scrambled Words Problem using C++ May 21st, 2021 Never 125 0 C++ -
Simple BFS Traversal using C++ May 18th, 2021 Never 115 0 C++ -
Simple DFS Traversal using C++ May 18th, 2021 Never 133 0 C++ -
Sort Linked List with Memory Address and File Handling using C++ May 8th, 2021 Never 118 0 C++ -
Prime Numbers Generation using Java with GUI May 2nd, 2021 Never 133 0 Java -
Calculator GUI Java NetBeans Mar 26th, 2021 Never 106 0 Java -
Tic Tac Toe GUI Java NetBeans Mar 26th, 2021 Never 155 0 Java -
Simple Encryption (using Java) Technical Assessment 3 Mar 2nd, 2021 Never 118 0 Java -
Integer object to stream (using Java) Technical Assessment 3 Mar 2nd, 2021 Never 132 0 Java -
Create Custom Exception (Classes) using Java Mar 1st, 2021 Never 112 0 Java -
How to use FileReader and FileWriter using Java (MP 10) Mar 1st, 2021 Never 115 0 Java -
How to use java collections using Java (MP 9) Mar 1st, 2021 Never 123 0 Java -
How to implement exception and assertion using Java (MP 8) Mar 1st, 2021 Never 128 0 Java -