You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,12 @@ As shown in this GIF, I've already completed almost all the Arrays and Strings p
41
41
42
42
#### My InterviewBit Arrays solutions so far:
43
43
44
-
* Java: [Spiral Order Matrix I], [Min Steps In Infinite Grid], [Add One To Number], [Max Sum Contiguous Subarray], [Wave Array], and [Find Duplicate in Array].
44
+
* Java: [Spiral Order Matrix I](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-spiral-order-matrix-i.java), [Min Steps In Infinite Grid](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-min-steps-in-infinite-grid.java), [Add One To Number](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-add-one-to-number.java), [Max Sum Contiguous Subarray](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-max-sum-contiguous-subarray.java), [Wave Array](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-wave-array.java), and [Find Duplicate in Array](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-find-duplicate-in-array.java).
45
45
46
-
* Python: [Spiral Order Matrix I], [Min Steps In Infinite Grid], [Add One To Number], [Max Sum Contiguous Subarray], [Maximum Absolute Difference], [Repeat And Missing Number Array], [Flip], [Max Non Negative Sub Array], [Spiral Order Matrix II], [Pascal Triangle], [Kth Row of Pascal's Triangle], [Anti Diagonals], [Noble Integer], [Wave Array], [Max Distance], [Maximum Unsorted Array], [Find Duplicate in Array], [Maximum Consecutive Gap], [Rotate Matrix], [Find Permutation], [Merge Intervals], [Merge Overlapping Intervals], [Hotel Bookings Possible], [Set Matrix Zeros], [First Missing Integer], and [N/3 Repeat Number].
46
+
* Python: [Spiral Order Matrix I](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-spiral-order-matrix-i.py), [Min Steps In Infinite Grid](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-min-steps-in-infinite-grid.py), [Add One To Number](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-add-one-to-number.py), [Max Sum Contiguous Subarray](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-max-sum-contiguous-subarray.py), [Maximum Absolute Difference](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-maximum-absolute-difference.py), [Repeat And Missing Number Array](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-repeat-and-missing-number-array.py), [Flip](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-flip.py), [Max Non Negative Sub Array](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-max-non-negative-subarray.py), [Spiral Order Matrix II](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-spiral-order-matrix-ii.py), [Pascal Triangle](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-pascal-triangle.py), [Kth Row of Pascal's Triangle](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-kth-row-of-pascals-triangle.py), [Anti Diagonals](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-anti-diagonals.py), [Noble Integer](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-noble-integer.py), [Wave Array](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-wave-array.py), [Max Distance](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-max-distance.py), [Maximum Unsorted Array](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-maximum-unsorted-subarray.py), [Find Duplicate in Array](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-find-duplicate-in-array.py), [Maximum Consecutive Gap](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-maximum-consecutive-gap.py), [Rotate Matrix](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-rotate-matrix.py), [Find Permutation](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-find-permutation.py), [Merge Intervals](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-merge-intervals.py), [Merge Overlapping Intervals](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-merge-overlapping-intervals.py), [Hotel Bookings Possible](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-hotel-bookings-possible.py), [Set Matrix Zeros](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-set-matrix-zeros.py), [First Missing Integer](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-first-missing-integer.py), and [N/3 Repeat Number](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-arrays-n3-repeat-number.py).
47
47
48
48
#### My InterviewBit Strings solutions so far:
49
49
50
-
* Java: [Palindrome String], [Count And Say], [Compare Version Numbers], [Length of Last Word], and [Reverse the String].
50
+
* Java: [Palindrome String](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-palindrome-string.java), [Count And Say](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-count-and-say.java), [Compare Version Numbers](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-compare-version-numbers.java), [Length of Last Word](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-length-of-last-word.java), and [Reverse the String](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-reverse-the-string.java).
51
51
52
-
* Python: [Palindrome String], [Longest Common Prefix], [Count And Say], [Longest Palindromic Substring], [Minimum Characters required to make a String Palindromic], [Implement StrStr], [Compare Version Numbers], [Atoi], [Valid Number], [Valid Ip Addresses], [Length of Last Word], [Reverse the String], [Roman To Integer], [Integer To Roman]), [Add Binary Strings], [Power of 2], [Multiply Strings], [Justified Text], and [Zigzag String].
52
+
* Python: [Palindrome String](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-palindrome-string.py), [Longest Common Prefix](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-longest-common-prefix.py), [Count And Say](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-count-and-say.py), [Longest Palindromic Substring](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-longest-palindromic-substring.py), [Minimum Characters required to make a String Palindromic](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-minimum-characters-required-to-make-a-string-palindromic.py), [Implement StrStr](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-implement-strstr.py), [Compare Version Numbers](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-compare-version-numbers.py), [Atoi](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-atoi.py), [Valid Number](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-valid-number.py), [Valid Ip Addresses](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-valid-ip-addresses.py), [Length of Last Word](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-length-of-last-word.py), [Reverse the String](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-reverse-the-string.py), [Roman To Integer](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-roman-to-integer.py), [Integer To Roman](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-integer-to-roman.py), [Add Binary Strings](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-add-binary-strings.py), [Power of 2](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-power-of-2.py), [Multiply Strings](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-multiply-strings.py), [Justified Text](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-justified-text.py), and [Zigzag String](https://github.com/tachyonlabs/CodePath-Alumni-Professional-Interview-Prep-Course/blob/master/interviewbit-strings-zigzag-string.py).
0 commit comments