标签:算法
Given a linked list, reverse the nodes of a linked list […]
Given a string s1, we may represent it as a binary tree […]
Write a program to find the node at which the intersect […]
Given a linked list, return the node where the cycle be […]
Given a linked list, determine if it has a cycle in it. […]
Remove all elements from a linked list of integers that […]
最近在复习链表的常用操作,顺便整理到博客中方便以后复习。 1.链表定义 对于单向链表来说,包括数据域和指针域, […]
You are climbing a stair case. It takes n steps to reac […]
Given a string containing just the characters ‘(& […]
Given a non-negative index k where k ≤ 33, return the k […]
Given a non-negative integer numRows, generate the firs […]
Given inorder and postorder traversal of a tree, constr […]
Given preorder and inorder traversal of a tree, constru […]
Given a collection of integers that might contain dupli […]
Given two sorted integer arrays nums1 and nums2, merge […]