东极岛之旅
东极岛之旅 清明节,同几个小伙伴一起到东极岛游玩。幸运的是清明无雨,我们也得以玩得尽兴。 东极岛实际上并不是一个正式的地理名称,也不是一个单独的岛屿,而是习惯上对浙江省舟山市普陀区东极镇所辖的所有岛屿的总称,其地理上的正式名称应该是“中街山列岛”。它是电影《后会无期》的重要拍摄地点,也有“海上丽江”之称。
Read moreMisc-9-big from hackme.inndy.tw
big 这是一道来自hackme.inndy.tw的题目,Misc第九道。题目提示:It's a big file, read the flag.
Read morePuzzle 2 - The Best Time To Party
Programming for Puzzled 这是MIT的一门公开课,讲师是Prof. Srini Devadas,课程的level是本科生。
Read more94. Binary Tree Inorder Traversal
94. Binary Tree Inorder Traversal Description Given a binary tree, return the inorder traversal of its nodes’ values.
Read moreLeetCode - 934. Shortest Bridge
934. Shortest Bridge Description In a given 2D binary array A, there are two islands. (An island is a 4-directionally connected group of 1s not connected to any other 1s.)
Read more300. Longest Increasing Subsequence
300. Longest Increasing Subsequence Description Given an unsorted array of integers, find the length of longest increasing subsequence. (For this question, it’s stricly increasing.)
Read more284. Peeking Iterator
LeetCode 284. Peeking Iterator Description Given an Iterator class interface with methods: next() and hasNext(), design and implement a PeekingIterator that support the peek() operation – it essentially peek() at the element that will be returned by the next call to next().
Read more28. Implement strStr()
28. Implement strStr() Description Implement strStr().
Read more215. Kth Largest Element in an Array
215. Kth Largest Element in an Array Description Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element.
Read more160. Intersection of Two Linked Lists
160. Intersection of Two Linked Lists Description Write a program to find the node at which the intersection of two singly linked lists begins.
Read more