Skip to content

Popular repositories Loading

  1. YangHuil-s_Triangle_II YangHuil-s_Triangle_II Public

    Given an index k, return the kth row of the Pascal's triangle.

    C++ 2

  2. NumberOfOneBit-191- NumberOfOneBit-191- Public

    验证一个数是不是只有一个1 和问题一个数是不是2的n次一样。

    Objective-C++

  3. MissingNumber MissingNumber Public

    Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array. For example, Given nums = [0, 1, 3] return 2.

    C++

  4. Merge_k_Sorted_Lists Merge_k_Sorted_Lists Public

    Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.

    C++

  5. Merge_Two_Sorted_Lists Merge_Two_Sorted_Lists Public

    Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.

    C++

  6. Word_Break Word_Break Public

    Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words. For example, given s = "lijia6745", dict = ["lijia"…

    C++

Repositories

Showing 10 of 20 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…