原创 leetcode18. 4Sum

題目 Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find al

原创 Leetcode41. First Missing Positive

題目 Given an unsorted integer array, find the first missing positive integer. For example, Given [1,2,0] return 3, a

原创 Leetcode45. Jump Game II

題目 Given an array of non-negative integers, you are initially positioned at the first index of the array. Each elem

原创 Leetcode48. Rotate Image

題目 You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Follow up:

原创 深度學習彙報系列:(三、四)概率與優化

課題組大家一起學習《深度學習》這本書,我做的ppt,分享出來。

原创 深度學習彙報系列:(二)線性代數

課題組大家一起學習《深度學習》這本書,我做的ppt,分享出來。

原创 Leetcode 40. Combination Sum II

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

原创 Leetcode55Jump Game

題目 Given an array of non-negative integers, you are initially positioned at the first index of the array. Each ele

原创 深度彙報系列:(一)深度學習簡介

課題組大家一起學習《深度學習》這本書,我做的ppt,分享出來。

原创 Leetcode42. Trapping Rain Water

題目 Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much w

原创 《劍指offer》第三章高質量的代碼筆記

面試官會根據應聘者寫出的代碼的規範性來決定是否錄用他。 * 代碼書寫清楚。特別是白紙或白板上書寫的時候,速度慢一點沒事 * 規範代碼佈局清晰。縮進清晰 * 規範的代碼命名合理。 通常面試官會檢查應聘者代碼是否完成了基本功能、

原创 “第一屆騰訊高校算法大賽”初賽失敗總結

經過一個月的無用功,竟然都沒有走進複賽,失望的心情難以平復。在知道這個消息的時候立即寫一篇失敗總結,讓自己獲取一些經驗。這篇總結我將按照《精進》這本書裏面提到的幾個方面進行總結:信息,預期,結果,進度,工具,情緒,阻礙,優勢,缺憾

原创 leetcode27. Remove Element

題目 Given an array and a value, remove all instances of that value in place and return the new length. Do not alloca