原创 Leecode Week2: Add Two Numbers

Week2:Add Two Numbers(Medium) 1. Question You are given two non-empty linked lists representing two non-negative in

原创 Leecode Week4: Longest Palindromic Substring

Week4:Longest Palindromic Substring Difficulty:Medium 1.Question Given a string s, find the longest palindromic sub

原创 Leecode Week5: ZigZag Conversion

Week5: ZigZag Conversion Difficulty:Medium 1.Question The string “PAYPALISHIRING” is written in a zigzag pattern on

原创 Leecode Week3: Longest Substring Without Repeating Characters

Week3:Longest Substring Without Repeating Characters Difficulty:Medium 1.Question Given a string, find the length o

原创 Leecode Week1: Two Sum

Week1:Two Sum 1. Question Given an array of integers, return indices of the two numbers such that they add up to a

原创 系統分析與設計hw3

系統分析與設計hw3 這幾周學習了一下javascript,以學習筆記作爲技術報告: JavaScript學習筆記 1.數據類型和變量 數據類型: Number、字符串、布爾值 變量聲明使用var,因爲js是動態語言 比較運算符: ===

原创 Leecode Week14: Divide Two Integers

Week14: Divide Two Integers Difficulty:Medium 1.Problem Divide two integers without using multiplication, division and

原创 系統設計與分析hw2

系統設計與分析hw2 1. 簡答題 簡述瀑布模型、增量模型、螺旋模型(含原型方法)的優缺點。 瀑布模型: 優勢:定義了軟件開發基本流程與活動。(例如創意階段:描述問題,市場,關鍵技術等;分析階段:用戶故事、領域模型、業務流程等) 劣勢:

原创 系統分析與設計hw9

系統分析與設計hw9 個人作業 使用 ECB 實現 make reservation 用例的詳細設計(包含用例簡介,順序圖,類圖) 將邏輯設計類圖映射到實際項目框架的包圖。用樹形結構表述實現的包和類 make reservation

原创 系統設計與分析hw4

系統分析與設計hw4 1.用例建模 a. 閱讀 Asg_RH 文檔,繪製用例圖。 按Task1 要求,請使用工具 UMLet,截圖格式務必是 png 並控制尺寸 b. 選擇你熟悉的定旅館在線服務系統(或移動 APP),如繪製用例圖。

原创 系統分析與設計hw5

系統分析與設計hw5

原创 系統分析與設計hw7

系統分析與設計hw7 XX 建模練習 要求: 練習文檔編寫 選擇一個你喜歡的 移動App 或 其中某業務 參考 Asg_RH 文檔格式 編寫軟件描述 文檔要包含一個業務的完整過程 建模要求包括(用例圖、XX業務或用例的活動圖、XX領域模

原创 Leecode Week11: Remove Nth Node From End of List

Week11: Remove Nth Node From End of List Difficulty:Medium 1.Problem Given a linked list, remove the nth node from the

原创 Leecode Week15: Search in Rotated Sorted Array

Week 15: Search in Rotated Sorted Array Difficulty:Medium 1.Problem Suppose an array sorted in ascending order is rotat

原创 Leecode Week12: Generate Parentheses

Week12: Generate Parentheses Difficulty:Medium 1.Problem Given n pairs of parentheses, write a function to generate all