TizzyT's Blog

即使是拖后腿的,拼死努力的话,也是可以超越精英的。


  • Home

  • Archives

  • About

  • Tags

  • Categories

  • Schedule

  • Sitemap

  • Commonweal 404

Pow(x, n)

Posted on 2019-05-16 |
问题描述(难度中等)Implement pow(x, n), which calculates x raised to the power n (xn). Example 1: 12Input: 2.00000, 10Output: 1024.00000 Example 2: 12Input: 2. ...
Read more »

Median of Two Sorted Arrays

Posted on 2019-05-14 |
问题描述(难度困难)There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time com ...
Read more »

Linked List Cycle II

Posted on 2019-05-13 |
问题描述(难度中等)Given a linked list, return the node where the cycle begins. If there is no cycle, return null. To represent a cycle in the given linked lis ...
Read more »

Kth Largest Element in a Stream

Posted on 2019-05-10 |
问题描述(难度简单)Design a class to find the kth largest element in a stream. Note that it is the kth largest element in the sorted order, not the kth distinc ...
Read more »

Reverse Linked List

Posted on 2019-05-08 |
题目描述(难度简单)Reverse a singly linked list. Example: 12Input: 1->2->3->4->5->NULLOutput: 5->4->3->2->1->NULL Follow up: A li ...
Read more »
1…8910…21
yeqiaozhu

yeqiaozhu

Walk steps step by step

101 posts
21 tags
RSS
GitHub Lindedin ZhiHu
Creative Commons
© 2020 yeqiaozhu
Powered by Hexo
|
Theme — NexT.Muse v5.1.3