Pastebin
API
tools
faq
paste
Login
Sign up
Jasonpogi1669's Pastebin
2,009
36,962
0
2 years ago
Name / Title
Added
Expires
Hits
Comments
Syntax
Max Element within a Subsegment using Collections in Java
Aug 7th, 2022
Never
1,009
0
Java
-
Sort First K elements of Collection in Java
Aug 7th, 2022
Never
622
0
Java
-
Sort Collections in Reverse Order in Java
Aug 7th, 2022
Never
609
0
Java
-
Sort First K elements of Array in Java
Aug 7th, 2022
Never
564
0
Java
-
Sort List of Tuples in Java
Aug 7th, 2022
Never
688
0
Java
-
Evaluate Math Expression from Strings in C++
Aug 3rd, 2022
Never
773
0
C++
-
Visit All 4 Adjacent Cells using C++
Jun 20th, 2022
Never
1,313
0
C++
-
Input Numbers until End of File (EOF) C++
Jun 12th, 2022
Never
718
0
C++
-
Next Permutation Implementation using C++
May 24th, 2022
Never
805
0
C++
-
Create a string with n elements using 1 given character using C++
Apr 30th, 2022
Never
1,387
0
C++
-
Rotate elements using C++
Apr 25th, 2022
Never
1,010
0
C++
-
LCM of Multiple Numbers using C++
Apr 24th, 2022
Never
1,619
0
C++
-
Transport (TLAC) Complete Solution using Java
Apr 21st, 2022
Never
1,822
0
Java
-
Find the Largest Common Substring between Two Strings using Java
Apr 8th, 2022
Never
995
0
Java
-
Set of Pairs using Java
Apr 8th, 2022
Never
733
0
Java
-
LCM of Multiple Numbers using Java
Apr 7th, 2022
Never
1,115
0
Java
-
Sorting with Lambda Function using Java
Apr 5th, 2022
Never
1,396
0
Java
-
Find LCM of Two Numbers using C++
Mar 24th, 2022
Never
626
0
C++
-
Visit All 8 Adjacent Cells using C++
Mar 17th, 2022
Never
210
0
C++
-
Deadlock Free Condition using C++
Mar 14th, 2022
Never
144
0
C++
-
Check for Non-Degenerate Triangle using C++
Mar 9th, 2022
Never
776
0
C++
-
Produce a String with length m using a specific character in C++
Mar 5th, 2022
Never
1,206
0
C++
-
Recreate subarray of length K within a sequence of length N using C++
Feb 26th, 2022
Never
1,175
0
C++
-
Square Matrix Indices Tricks using C++
Feb 25th, 2022
Never
863
0
C++
-
Count Odd Numbers in a given range using C++
Feb 14th, 2022
Never
696
0
C++
-
Replace last digit of n using C++
Feb 8th, 2022
Never
1,118
0
C++
-
Find Lexicographically Smallest String using C++
Feb 5th, 2022
Never
1,028
0
C++
-
Convert Integer to String using C++
Feb 1st, 2022
Never
1,048
0
C++
-
Count the No. of Set Bits of N using C++
Jan 27th, 2022
Never
1,041
0
C++
-
Generate All Possible Combinations and Permutations of a Sequence with Length of N using C++
Jan 21st, 2022
Never
965
0
C++
-
Combinations with repetitions using C++
Jan 21st, 2022
Never
735
0
C++
-
Generate All Possible Subarrays of a Sequence using C++
Dec 24th, 2021
Never
105
0
C++
-
Maintaining Bit Frequency to Find OR Operation Result in a Sequence using C++
Dec 24th, 2021
Never
102
0
C++
-
Get the Prime Factors of a number using C++
Dec 22nd, 2021
Never
89
0
C++
-
Next Greater Element using Stack in C++
Dec 17th, 2021
Never
94
0
C++
-
Convert Decimal to Binary using Bitwise Operators in C++
Dec 16th, 2021
Never
90
0
C++
-
Checking if a Number is a Power of 2 using C++
Dec 15th, 2021
Never
94
0
C++
-
Calculating the number of digits using log10 function in C++
Dec 15th, 2021
Never
92
0
C++
-
Swap 2 numbers using XOR in C++
Dec 15th, 2021
Never
85
0
C++
-
Calculate time in 24 hour format after a minutes using C++
Dec 10th, 2021
Never
84
0
C++
-
Finding the Largest Multiple of 10 that is Less than or equal to n using C++
Dec 9th, 2021
Never
89
0
C++
-
Binary Exponentation Recursion using C++
Dec 6th, 2021
Never
95
0
C++
-
Determine the number with odd frequency using sort in C++
Nov 4th, 2021
Never
118
0
C++
-
Bitwise XOR to find an odd number using C++
Nov 4th, 2021
Never
117
0
C++
-
Find the first occurrence (index) of x in a sequence using C++
Nov 3rd, 2021
Never
99
0
C++
-
Find the Total Minutes between 2 Time Given in 24-hour Format using C++
Oct 13th, 2021
Never
100
0
C++
-
Convert Number to Roman Numeral and Vice Versa up to 5000 using Python
Oct 9th, 2021
Never
73
0
Python
-
Sum of Digits using Recursion in C++
Oct 8th, 2021
Never
83
0
C++
-
Check if n is a Power of 2 using popcount in C++
Oct 6th, 2021
Never
96
0
C++
-
Find the Number of Prime Factors of a number using C++
Oct 6th, 2021
Never
96
0
C++
-
Print Middle Pairs of Elements at index i and index n - i + 1 using C++
Oct 3rd, 2021
Never
87
0
C++
-
Find First and Last Indices of a Character using C++
Sep 21st, 2021
Never
84
0
C++
-
Count the 1-Bits of a number using C++
Sep 21st, 2021
Never
81
0
C++
-
Insert a character in all positions of a given string using C++
Sep 13th, 2021
Never
92
0
C++
-
Count Distinct Divisor of 'n' with Prime Factorization using C++
Sep 4th, 2021
Never
101
0
C++
-
Disjoint set UNION by RANK and Path Compression using C++
Sep 1st, 2021
Never
101
0
C++
-
Disjoint Set | UNION and FIND using C++
Sep 1st, 2021
Never
94
0
C++
-
Push Back All Elements from a Vector to another Vector using C++
Sep 1st, 2021
Never
111
0
C++
-
Odd-Even Sort using C++
Aug 26th, 2021
Never
113
0
C++
-
Object Destructuring in C++
Aug 20th, 2021
Never
109
0
C++
-
Divisors of 'n' using C++
Aug 19th, 2021
Never
106
0
C++
-
Karatsuba Trick using C++
Aug 13th, 2021
Never
114
0
C++
-
Vector-Tuple Container using C++
Aug 11th, 2021
Never
94
0
C++
-
Recursive Void Function inside Main Function using C++
Aug 2nd, 2021
Never
99
0
C++
-
Point Cramming (TLAC) Complete Solution using C++
Jul 30th, 2021
Never
99
0
C++
-
Transport (TLAC) Complete Solution using C++
Jul 26th, 2021
Never
108
0
C++
-
Find the MEX with Sets using C++
Jul 25th, 2021
Never
108
0
C++
-
Truncate up to 'n' Decimal Places Manually using C++
Jul 24th, 2021
Never
102
0
C++
-
Dijkstra Algorithm Greedy Approach using Java
Jul 22nd, 2021
Never
96
0
C++
-
Sorting with Lambda Function using C++
Jul 20th, 2021
Never
104
0
C++
-
Calculate Sum using Accumulate() Function using C++
Jul 19th, 2021
Never
107
0
C++
-
Count the number of pairs where i < j using C++
Jul 10th, 2021
Never
125
0
C++
-
Count Even and Odd Numbers with Modulo Operation in Array using C++
Jul 9th, 2021
Never
114
0
C++
-
Gaussian Elimination using Java
Jul 3rd, 2021
Never
119
0
Java
-
Strassen Matrix Multiplication Original Implementation using Java
Jun 29th, 2021
Never
84
0
Java
-
Initializing 3D Vectors using Java
Jun 18th, 2021
Never
89
0
Java
-
Initializing 3D Vectors using C++
Jun 18th, 2021
Never
71
0
None
-
Print '1' in Main and Secondary Diagonals in Matrix using C++
Jun 12th, 2021
Never
113
0
C++
-
Travelling Salesman Problem with Row and Column Minimization, and Penalty Rule using Java
Jun 10th, 2021
Never
115
0
Java
-
Simple BFS Traversal using Java
Jun 9th, 2021
Never
100
0
Java
-
Simple DFS Traversal using Java
Jun 9th, 2021
Never
107
0
Java
-
Check if Sequence is Sorted in Increasing or Decreasing Order using C++
Jun 8th, 2021
Never
126
0
C++
-
Remove Duplicates and Sort Vector using C++
Jun 8th, 2021
Never
131
0
C++
-
Arrange Even Numbers BEFORE Odd Numbers using C++
Jun 6th, 2021
Never
119
0
C++
-
Find the Power of Two that is Smaller or Equal to n
May 26th, 2021
Never
144
0
C++
-
Transport Tracer Graph Problem (Print Data) using C++
May 25th, 2021
Never
114
0
C++
-
Count "yo" in a String Problem using Java
May 25th, 2021
Never
120
0
Java
-
Think Like a Coder: Scrambled Words Problem using C++
May 21st, 2021
Never
119
0
C++
-
Simple BFS Traversal using C++
May 18th, 2021
Never
109
0
C++
-
Simple DFS Traversal using C++
May 18th, 2021
Never
121
0
C++
-
Sort Linked List with Memory Address and File Handling using C++
May 8th, 2021
Never
110
0
C++
-
Prime Numbers Generation using Java with GUI
May 2nd, 2021
Never
125
0
Java
-
Calculator GUI Java NetBeans
Mar 26th, 2021
Never
101
0
Java
-
Tic Tac Toe GUI Java NetBeans
Mar 26th, 2021
Never
147
0
Java
-
Simple Encryption (using Java) Technical Assessment 3
Mar 2nd, 2021
Never
105
0
Java
-
Integer object to stream (using Java) Technical Assessment 3
Mar 2nd, 2021
Never
117
0
Java
-
Create Custom Exception (Classes) using Java
Mar 1st, 2021
Never
107
0
Java
-
How to use FileReader and FileWriter using Java (MP 10)
Mar 1st, 2021
Never
104
0
Java
-
How to use java collections using Java (MP 9)
Mar 1st, 2021
Never
112
0
Java
-
How to implement exception and assertion using Java (MP 8)
Mar 1st, 2021
Never
122
0
Java
-
1
2
Oldest
Public Pastes
HWM - compare battles
JavaScript | 17 min ago | 3.44 KB
Untitled
Lua | 19 min ago | 0.97 KB
conditions to fill in a column in dataframe i...
Python | 31 min ago | 1.15 KB
aux_wav
C | 1 hour ago | 3.19 KB
Untitled
C | 1 hour ago | 1.29 KB
BMP patch: CortexA.c, OS Lock
Diff | 1 hour ago | 7.66 KB
awd
C++ | 1 hour ago | 1.25 KB
Review PRC Broker
PHP | 1 hour ago | 0.04 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!