{"id":29721092,"url":"https://github.com/blesson-tomy/leetcode","last_synced_at":"2025-07-24T14:19:00.498Z","repository":{"id":302712911,"uuid":"830683652","full_name":"Blesson-Tomy/Leetcode","owner":"Blesson-Tomy","description":"This repository contains the programs that I attempted on Leetcode. ","archived":false,"fork":false,"pushed_at":"2025-07-03T20:02:36.000Z","size":94,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T21:19:26.368Z","etag":null,"topics":["competitive-programming","leetcode","programming"],"latest_commit_sha":null,"homepage":"https://leetcode.com/u/Blesson_K_Tomy/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Blesson-Tomy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-18T19:04:42.000Z","updated_at":"2025-07-03T20:02:39.000Z","dependencies_parsed_at":"2025-07-03T21:19:29.008Z","dependency_job_id":"5572fb5f-5815-4bb6-8cb8-994211dfef5f","html_url":"https://github.com/Blesson-Tomy/Leetcode","commit_stats":null,"previous_names":["blesson-tomy/leetcode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Blesson-Tomy/Leetcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blesson-Tomy%2FLeetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blesson-Tomy%2FLeetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blesson-Tomy%2FLeetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blesson-Tomy%2FLeetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Blesson-Tomy","download_url":"https://codeload.github.com/Blesson-Tomy/Leetcode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blesson-Tomy%2FLeetcode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266854947,"owners_count":23995491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["competitive-programming","leetcode","programming"],"created_at":"2025-07-24T14:18:55.595Z","updated_at":"2025-07-24T14:19:00.490Z","avatar_url":"https://github.com/Blesson-Tomy.png","language":"Java","readme":"### LEETCODE\nI will be uploading the various leetcode problems and my solutions for them here. I hope to do 1 question everyday but it will depend on how much time I can spare every day. When programming, I test my logic on my local machine before simplyifing the program for leetcode submission.\n\n## Data Structure Questions Submitted\n1) [Add 2 Numbers](add2integers.java)\n2) [Count Integers With Even Sum](countintegerswithevensum.java)\n3) [Palindrome or Not](palindrome.java)\n4) [Number of Steps to reduce a number to Zero](Noofsteps.java)\n5) [Two Sum](twosum.java)\n6) [Reverse Integer](ReverseInteger.java)\n7) [Search insert position](searchinsertposition.java)\n8) [Height Checker](HeightChecker.java)\n9) [Missing Number](MissingNumber.java)\n10) [Remove Element](removeElement.java)\n11) [Contains Duplicates](ContainsDuplicates.java)\n12) [Median of Two Sorted Arrays](MedianofTwoSortedArrays.java)\n13) [Remove Duplicates from Sorted Array](RemoveDuplicatesFromSortedArrays.java)\n14) [Majority Element](majority.java)\n15) [Palindrome I](palindromeI.java)\n16) [Single Number](SingleNumber.java)\n17) [Question 1]( Question1.c)\n18) [Transpose of a Matrix](transposematrix.java)\n19) [Transform Array by Parity](Transformarraybyparity.java)\n20) [Shuffle the Array](Shufflethearray.java)\n21) [Minimum Element After Replacement With Digit Sum](Minimumelementafterreplacementwithdigitsum.java)\n22) [Find the Integer Added to Array I](FindtheIntegerAddedtoArrayI.java)\n23) [Richest Customer Wealth](RichestCustomerWealth.java)\n24) [Build Array From Permutation](BuildArrayFromPermutation.java)\n25) [How Many Numbers Are Smaller Than the Current Number](HowManyNumbersAreSmallerThantheCurrentNumber.java)\n26) [Concatenation of an Array](ConcatenationofanArray.java)\n27) [Number of Employees Who Met the Target](NumberofEmployeesWhoMetthetarget.java)\n28) [Running Sum of 1d Array](RunningSumof1dArray.java)  \n29) [Minimum Average of Smallest and Largest Elements](MinimumAverageofSmallestandLargestElements.java) \n30) [Final Value of Variable After Performing Operations](FinalValueofVariableAfterPerformingOperations.java)\n31) [Find Minimum Operations to Make All Elements Divisible by Three](FindMinimumOperationstoMakeAllElementsDivisiblebyThree.java)\n32) [Check if two String Arrays are equivalent](CheckiftwoStringArraysareequivalent.java)\n33) [Minimum Operations to Exceed Threshold Value I](MinimumOperationstoExceedThresholdValueI.java)\n34) [Number of Senior Citizens](NumberofSeniorCitizens.java)\n35) [Difference Between Element Sum and Digit Sum of an Array](DifferenceBetweenElementSumandDigitSumofanArray.java)\n36) [Minimum Number Game](MinimumNumberGame.java)\n37) [Find if Digit Game can be Won](FindifDigitGamecanbeWon.java)\n38) [Find the First Palindromic String in the Array](FindtheFirstPalindromicStringintheArray.java)\n39) [Truncate Sentence](TruncateSentence.java)\n40) [Shuffle String](ShuffleString.java)\n41) [Find the Highest Altitude](FindtheHighestAltitude.java)\n42) [Sort Array by Parity](SortArrayByParity.java)\n43) [Squares of a Sorted Array](SquaresofaSortedArray.java)\n44) [Plus One](PlusOne.java)\n45) [Find Numbers with Even Number of Digits](FindNumberswithEvenNumberofDigits.java)\n46) [Merge Sorted Array](MergeSortedArray.java)\n47) [Best Time to Buy and Sell Stock](BestTimetoBuyandSellStock.java)\n48) [Move Zeros](MoveZeros.java)\n49) [Max Consecutive Ones](MaxConsecutiveOnes.java)\n50) [Binary Search](BinarySearch.java) \n51) [Fizz Buss](FizzBuzz.java)\n52) [Valid Paranthesis](ValidParanthesis.java)\n53) [Length of Last Word](LengthofLastWord.java)\n54) [Flipping an Image](FlippinganImage.java)\n55) [Longest Common Prefix](LongestCommonPrefix.java)\n56) [Roman to Integer](RomantoInteger.java)\n57) [Valid Anagram](ValidAnagram.java)\n58) [Word Pattern](WordPattern.java)\n\n\n\n## SQL Questions Submitted\n1) [Employees Earning More than their Managers](EmployeesEarningMorethantheirManagers.sql)\n2) [Combine Two Tables](Combinetwotables.sql)\n3) [Duplicate Emails](Duplicateemails.sql)\n4) [Employee Bonus](EmployeeBonus.sql)\n5) [Game Play Analysis I](GamePlayAnalysisI.sql)\n6) [Rising Temperature](RisingTemperature.sql)\n7) [Customers Who Never Order](customerswhoneverorder.sql)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblesson-tomy%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblesson-tomy%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblesson-tomy%2Fleetcode/lists"}