iT邦幫忙

刷題相關文章
共有 162 則文章

技術 leetcode with python:492. Construct the Rectangle

題目: A web developer needs to know how to design a web page's size. So, given a...

鐵人賽 自我挑戰組 DAY 4

技術 Day03|Codewars 刷題日 (2)

今天是實習的最後一天,還要面對下禮拜就要開學的事實 q_q好不想上課RRRRRRR(倒 6kyu. Persistent Bugger. Write a fun...

技術 leetcode with python:237. Delete Node in a Linked List

題目: Write a function to delete a node in a singly-linked list. You will not be...

技術 leetcode with python:401. Binary Watch

題目: A binary watch has 4 LEDs on the top to represent the hours (0-11), and 6 L...

技術 leetcode with MySQL:182. Duplicate Emails

題目: Table: Person +-------------+---------+| Column Name | Type |+--------...

技術 leetcode with python:12. Integer to Roman

題目: Roman numerals are represented by seven different symbols: I, V, X, L, C, D...

技術 leetcode with python:495. Teemo Attacking

題目: Our hero Teemo is attacking an enemy Ashe with poison attacks! When Teemo a...

技術 leetcode with python:415. Add Strings

題目: Given two non-negative integers, num1 and num2 represented as string, retur...

技術 leetcode with python:303. Range Sum Query - Immutable

題目: Given an integer array nums, handle multiple queries of the following type:...

技術 leetcode with python:257. Binary Tree Paths

題目: Given the root of a binary tree, return all root-to-leaf paths in any order...

技術 leetcode with python:232. Implement Queue using Stacks

題目: Implement a first in first out (FIFO) queue using only two stacks. The impl...

技術 leetcode with python:231. Power of Two

題目: Given an integer n, return true if it is a power of two. Otherwise, return...

鐵人賽 自我挑戰組 DAY 6

技術 Day05|Codewars 刷題日 (4)

咪那桑晚安R有鑒於今天出門衝台北放閃時間上有點來不及寫六級的就先拿一些七級去做代替吧 qwq 7kyu. Growth of a Population hmm....

技術 leetcode with python:19. Remove Nth Node From End of List

題目: Given the head of a linked list, remove the nth node from the end of the li...

技術 leetcode with python:7. Reverse Integer

題目: Given a signed 32-bit integer x, return x with its digits reversed. If reve...

技術 leetcode with python:88. Merge Sorted Array

題目: You are given two integer arrays nums1 and nums2, sorted in non-decreasing...

技術 leetcode with python:434. Number of Segments in a String

題目: Given a string s, return the number of segments in the string. A segment...

技術 leetcode with python:155. Min Stack

題目: Design a stack that supports push, pop, top, and retrieving the minimum ele...

鐵人賽 自我挑戰組 DAY 7

技術 Day06|Codewars 刷題日 (5)

開學了,結果事情接踵而來...好想一直睡覺啊 qwq 7kyu. Shortest Word Simple, given a string of words,...

技術 leetcode with python:13. Roman to Integer

題目: Roman numerals are represented by seven different symbols: I, V, X, L, C, D...

技術 leetcode with Bash:195. Tenth Line

題目: Given a text file file.txt, print just the 10th line of the file. 給定一個txt檔...

技術 leetcode with python:414. Third Maximum Number

題目: Given an integer array nums, return the third distinct maximum number in th...

技術 leetcode with python:16. 3Sum Closest

題目: Given an integer array nums of length n and an integer target, find three i...

技術 leetcode with python:342. Power of Four

題目: Given an integer n, return true if it is a power of four. Otherwise, return...

技術 leetcode with python:33. Search in Rotated Sorted Array

題目: There is an integer array nums sorted in ascending order (with distinct val...

技術 leetcode with python:35. Search Insert Position

題目: Given a sorted array of distinct integers and a target value, return the in...

技術 leetcode with python:26. Remove Duplicates from Sorted Array

題目: Given an integer array nums sorted in non-decreasing order, remove the dupl...

技術 leetcode with python:66. Plus One

題目: You are given a large integer represented as an integer array digits, where...

技術 leetcode with python:111. Minimum Depth of Binary Tree

題目: Given a binary tree, find its minimum depth. The minimum depth is the num...

技術 leetcode with python:409. Longest Palindrome

題目: Given a string s which consists of lowercase or uppercase letters, return t...