忠 ju

导航

 

2019年2月20日

摘要: 这个作业属于哪个课程: "软件工程 1916|W(福州大学)" 这个作业要求在哪里: "第一次作业 准备篇" 我在这个课程的目标是:了解并参与软件开发的全过程,利用所学的有关知识,设计并构建一个优良的工程,为今后入职奠定基础。 这个作业在哪个具体方面帮助我实现目标:了解软件工程这个专业,看清了自身的 阅读全文
posted @ 2019-02-20 23:57 忠ju 阅读(414) 评论(5) 推荐(1) 编辑
 

2019年2月19日

摘要: Difficulty: Easy Problem You are given an array of strings. Two strings and are special equivalent if after any number of moves , S == T. A move consi 阅读全文
posted @ 2019-02-19 23:22 忠ju 阅读(118) 评论(1) 推荐(0) 编辑
 

2019年2月14日

摘要: Difficulty: Medium Problem Given an array , we can perform a pancake flip : We choose some positive integer `k PancakeSort(int[] A) { int max = A.Leng 阅读全文
posted @ 2019-02-14 23:17 忠ju 阅读(117) 评论(1) 推荐(0) 编辑
 

2019年2月5日

摘要: Difficulty: Easy Problem Given a string and a character , return an array of integers representing the shortest distance from the character in the str 阅读全文
posted @ 2019-02-05 15:50 忠ju 阅读(142) 评论(1) 推荐(0) 编辑
 
摘要: Difficulty: Medium Problem On a 2 dimensional grid with rows and columns, we start at facing east. Here, the north west corner of the grid is at the f 阅读全文
posted @ 2019-02-05 11:46 忠ju 阅读(117) 评论(1) 推荐(0) 编辑
 

2019年2月3日

摘要: Difficulty: Easy Question We have an array of integers, and an array of queries. For the th query , we add to . Then, the answer to the th query is th 阅读全文
posted @ 2019-02-03 22:01 忠ju 阅读(115) 评论(1) 推荐(0) 编辑
 

2019年1月22日

摘要: Difficulty: Easy Problem We have a list of on the plane. Find the closest points to the origin . (Here, the distance between two points on a plane is 阅读全文
posted @ 2019-01-22 12:17 忠ju 阅读(99) 评论(1) 推荐(0) 编辑
 

2019年1月21日

摘要: Difficulty: Medium Problem In a deck of cards, every card has a unique integer. You can order the deck in any order you want. Initially, all the cards 阅读全文
posted @ 2019-01-21 22:43 忠ju 阅读(89) 评论(1) 推荐(0) 编辑