原创 算法分析與設計——LeetCode Problem.1 Two Sum

問題詳情 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may

原创 15331296——DramaticTickets Final Report

課程學習自我總結在這門課程中親身感受到了一個項目系統從最開始的分析與設計到建模再到最後的開發。尤其感受到了開發放在所有細節設置完後,開發過程思路就會很清晰,不再像以前做開發時想到哪裏打哪裏。在團隊中,我主要負責前期部分文檔、建模,項目開發

原创 算法分析與設計——LeetCode Problem.46 Permutations

問題詳情 Given a collection of distinct numbers, return all possible permutations. For example, [1,2,3] have the following

原创 算法分析與設計——LeetCode Problem.22 Generate Parentheses

問題詳情 Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. For exampl

原创 算法分析與設計——LeetCode Problem.3 Longest Substring Without Repeating Characters

問題詳情 Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb",