自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Bo Yang's Blog

About the only thing you can't do is ignore him.

  • 博客(27)
  • 资源 (7)
  • 收藏
  • 关注

原创 Find The Shortest Path In Triangle Numbers

ProblemAn example of triangle of numbers is: 1 / \ 2 5 / \ / \ 9 4 33 / \ / \/ \ 11 6 99 0In each row (except for the last), the numbers are adjacent to two numbers

2014-09-16 23:48:09 1740

原创 String Permutation

The string permutation problem aims to find all the permutations of a string(re-arrangement of characters in this string). A string of length n has n! permutations. - See more at: http://bo-yang.git

2014-09-16 23:47:20 1952

原创 Retrieve String From Sampled Slices

Given a string, such as 01001010101001101011, we can randomly sliced multiple substrings. Assume that during the slicing, due to some unexpected noises, some characters may flip(0->1 or 1->0). For exa

2014-09-16 23:47:12 1752

原创 Merge K Sorted Lists

Merge K Sorted Lists: http://bo-yang.github.io/2014/07/21/merge-k-sorted-lists

2014-09-14 21:37:00 2141

原创 Insertion Sort List

Insertion Sort List: http://bo-yang.github.io/2014/07/14/insertion-sort-list

2014-09-14 21:35:52 1583

原创 Word Search Problem - Non-recursive Solution

Word Search Problem - Non-recursive Solution: http://bo-yang.github.io/2014/07/28/word-search

2014-09-14 21:35:45 1793

原创 Linked List Cycle Problems

Linked List Cycle Problems: http://bo-yang.github.io/2014/07/13/linked-list-cycle

2014-09-14 21:35:16 1803

原创 Sort List

Sort List:

2014-09-14 21:32:39 1608

原创 Subset Sum Problem

Subset Sum Problem: http://bo-yang.github.io/2014/07/07/subset-sum

2014-09-14 21:32:34 1731

原创 Find Top Source IP Addresses in Distributed Systems

Find Top Source IP Addresses in Distributed Systems: http://bo-yang.github.io/2014/07/07/determine-top-common-ip-addresses

2014-09-14 21:31:53 1726

原创 The First Occurrence of Needle In Haystack

The First Occurrence of Needle In Haystack: http://bo-yang.github.io/2014/07/01/strstr

2014-09-14 21:30:24 1092

原创 Longest Palindromic Substring

Longest Palindromic Substring: http://bo-yang.github.io/2014/07/06/longest-palindromic-substring

2014-09-14 21:29:17 885

原创 Longest Consecutive Sequence

Longest Consecutive Sequence:  http://bo-yang.github.io/2014/07/01/longest-consecutive-sequence

2014-09-14 21:26:36 582

原创 Spell Checker

Spell Checker:

2014-09-13 23:57:34 840

原创 N-Queens Problem

N-Queens Problem: http://bo-yang.github.io/2014/06/27/nqueens

2014-09-13 13:06:05 773

原创 Top N Numbers

Top N Numbers : http://bo-yang.github.io/2014/06/29/top-n-numbers

2014-09-13 13:04:52 672

原创 Combination Sum Problem - A Non-recursive Method

Combination Sum Problem - A Non-recursive Method: http://bo-yang.github.io/2014/06/25/combination-sum

2014-09-13 13:02:53 600

原创 Coin Change Problem

Coin Change Problem: http://bo-yang.github.io/2014/06/20/coin-change

2014-09-13 12:54:56 685

原创 Text Justification

Text Justification:

2014-09-13 12:52:39 476

原创 Sort Colors

Sort Colors: http://bo-yang.github.io/2014/06/17/sort-colors

2014-09-13 12:28:08 522

原创 Check Soduku Solution

Check Soduku Solution: http://bo-yang.github.io/2014/06/14/soduku

2014-09-13 12:21:41 686

原创 Least Recently Used(LRU) Cache

Least Recently Used(LRU) Cache:

2014-09-13 12:19:59 888

原创 Binary Tree Operations(III) - Convert a Binary Tree to Down-Right Representation

http://bo-yang.github.io/2014/09/12/binary-tree-iii

2014-09-13 10:31:10 456

原创 Binary Tree Operations(II) - Path Sum and Cycle Detection

http://bo-yang.github.io/2014/08/16/binary-tree-ii

2014-09-13 10:28:24 444

原创 Binary Tree Operations(I)

http://bo-yang.github.io/2014/05/26/binary-tree-traversal

2014-09-13 10:26:53 494

原创 Action Recognition with DTF + Fisher Vectors

Action Recognition with Dense Trajectories and Fisher Vectors: http://bo-yang.github.io/2014/04/30/fisher-vector-in-action-recognition

2014-09-13 10:26:24 951

原创 Implementing Inclusion Property with SimpleScalar

Implementing Inclusion Property with SimpleScalar: http://bo-yang.github.io/2014/04/18/inclusion-property

2014-09-13 10:25:16 597

将多个Excel文件批量导入某个Excel文件中去的VBA宏

压缩文件中包括一个包含宏代码的Excel文件Sheet Macros.xls以及其他四个测试文件工作表 1~4。 宏的功能为(1)选中Excel表格中的某些行或列,运行某个Macro,自动根据选中的cells创建新的worksheets,worksheets的名字就是选中的cells的名字。(2)创建新的worksheet的同时,要把某指定目录下与新的worksheet同名的Excel文件的内容copy到新的worksheet中去。

2011-07-11

Network Programming with Perl

Perl网络编程的经典书籍,浅显易懂,值得推荐

2010-06-23

Exploring Expect(英文完全版)

Exploring Expect by Don Libes Publisher: O'Reilly Media, Inc. Pub Date: December 1, 1994 Print ISBN-10: 1-565-92090-2 Print ISBN-13: 978-1-565-92090-3 Pages: 608

2009-09-29

Sun云计算平台-Sun Cloud Computing

本文(Sun Cloud Computing)详细介绍了Sun的云计算平台,对于云计算平台的学习非常有帮助。

2009-08-18

面向对象数据库

面向对象数据库系统及其应用

2007-11-14

Matlab与VC混合编程

利用VC调用Matlab C语言接口,实现VC和Matlab的混合编程。

2007-05-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除