#演算法
8 篇
2016
[LeetCode] Happy Number 快樂數字 (No.202)
Write an algorithm to determine if a number is "happy".
[LeetCode] Longest Substring Without Repeating Characters 求出不重覆字母下最長的子字串長度 (No.3)
Given a string, find the length of the longest substring without repeating characters.
[LeetCode] Add Two Numbers 兩LinkedList相加 (No.2)
You are given two linked lists representing two non-negative numbers.
[LeetCode] Two Sum 兩兩相加 (No.1)
Given an array of integers, return indices of the two numbers such that they add up to a specific target.
[LeetCode] Excel Sheet Column Number 表單數字翻譯 (No.171)
Related to question Excel Sheet Column Title Given a column title as appear in a
[LeetCode] Execel Sheet Column Title 表單標題翻譯 (No.168)
Given a positive integer, return its corresponding column title as appear in an Excel sheet.
[LeetCode] Dungeon Game 地牢遊戲 (No.174)
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon.
[LeetCode] 前言
最近發現了一個不錯的網站,叫做LeetCode,這個網站裡面有著大量的題目,大部份都是在面試程式設計時常常被問到的問題,很適合想要找工作的人來練練手,又或是覺得自己的技術底不夠,想要再加強的人,來練習一下。