我的LeetCode

關於我的LeetCode

平時挺喜歡做題,但是做題得犧牲不少時間,所以經常學習其他內容一忙就把做題給忘求了。

周賽基本上每週都會參加,水平一般,到點時能做三個,如果題難的話也就做兩個。第四題也會寫寫,但在規定時間內是做不出來了,而且有時第四題那算法根本就沒見過,那就沒轍了,以後儘量抽空多做題。

以後每週的周賽完了就寫篇博客總結一下這周的做題和周賽的情況吧。

LeetCode 個人主頁

https://leetcode-cn.com/u/pdking/
在這裏插入圖片描述

LeetCode 周賽的代碼

https://github.com/PdKingLiu/LeetCode/tree/master/src/competition_of_leecode
這裏面存放着每週周賽的代碼和一些簡單的解題思路。
在這裏插入圖片描述

LeetCode 題目的代碼

https://github.com/PdKingLiu/LeetCode/tree/master/src/question
這裏記錄着做過題的代碼。以後儘可能將解題思路也寫上面。
在這裏插入圖片描述

筆試題的代碼

https://github.com/PdKingLiu/LeetCode/tree/master/src/interview
這是之前幫別人筆試助攻的代碼,以後如果有筆試的話,會將題目說明和解題思路寫上面。

數據結構與算法相關的代碼

複習經典算法和數據結構時寫的一些代碼。
https://github.com/PdKingLiu/LeetCode/tree/master/src/data_structures_and_algorithms

其他來源的一些題目

這裏面是一些其他地方的題目,像CCF、其他OJ啊等等。
https://github.com/PdKingLiu/LeetCode/tree/master/src/others

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章