原创 算法分析與設計——LeetCode Problem.11 Container With Most Water

問題詳情 Given n non-negative integers a1, a2, …, an, where each represents a point at coordinate (i, ai). n vertical l

原创 算法分析與設計——LeetCode Problem.24 Swap Nodes in Pairs

問題詳情 Given a linked list, swap every two adjacent nodes and return its head. For example, Given 1->2->3->4, you sh

原创 算法分析與設計——LeetCode Problem.35 Search Insert Position

問題詳情 Given a sorted array and a target value, return the index if the target is found. If not, return the index whe

原创 算法分析與設計——LeetCode Problem.2 Add Two Numbers

問題詳情 Add Two Numbers You are given two non-empty linked lists representing two non-negative integers. The digits ar

原创 算法分析與設計——LeetCode Problem.16 3Sum Closest

問題詳情 Given an array S of n integers, find three integers in S such that the sum is closest to a given number, targe

原创 算法分析與設計——LeetCode Problem.617 Merge Two Binary Trees

問題詳情 Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two tre

原创 算法分析與設計——LeetCode Problem.40 Combination Sum II

問題詳情 Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the

原创 系統分析與設計lesson16

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

原创 系統分析與設計lesson7

1、 領域建模a. 閱讀 Asg_RH 文檔,按用例構建領域模型。按 Task2 要求,請使用工具 UMLet,截圖格式務必是 png 並控制尺寸說明:請不要受 PCMEF 層次結構影響。你需要識別實體(E)和 中介實體(M,也稱狀態實體

原创 系統分析與設計04

1、 用例建模a. 閱讀 Asg_RH 文檔,繪製用例圖。 按 Task1 要求,請使用工具 UMLet,截圖格式務必是 png 並控制尺寸b. 選擇你熟悉的定旅館在線服務系統(或移動 APP),如繪製用例圖。並滿足以下要求:- 對比 A

原创 系統分析與設計02

一、簡單題 1.簡述瀑布模型、增量模型、螺旋模型(含原型方法)的優缺點。 瀑布模型: 優點: 1.有利於大型軟件開發過程中人員的組織、管理,有利於軟件開發方法和工具的研究,從而提高了大型軟件項目開發的質量和效率。 2.強調在軟件實

原创 算法分析與設計——LeetCode Problem.5 Longest Palindromic Substring

問題詳情 Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000

原创 系統分析與設計lesson13

描述軟件架構與框架之間的區別與聯繫1.軟件架構與框架之間的區別與聯繫    軟件架構是一個系統的草圖。軟件架構描述的對象是直接構成系統的抽象組件,描述這些部件的職責及它們之間的協作行爲。    框架是特定語言和技術的架構應用解決方案,是某

原创 算法分析與設計——LeetCode Problem.451 Sort Characters By Frequency

問題詳情 Given a string, sort it in decreasing order based on the frequency of characters. Example 1: Input: "tree" Outpu

原创 10_domain_model.png