Skip to content

Commit

Permalink
Merge pull request #257 from dbydd/master
Browse files Browse the repository at this point in the history
2024S操作系统训练营第一阶段总结-姚宏伟
  • Loading branch information
ZhiyuanSue authored Apr 27, 2024
2 parents 637c020 + 13aec25 commit fc44fea
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: 2024春开源操作系统训练营第一阶段总结报告-姚宏伟
date: 2024-04-24 19:45:59
tags:
- author:dbydd
- repo:git@github.com:LearningOS/rust-rustlings-2024-spring-dbydd.git
mathjax: true
---

#前言

这并不是我第一次参加了,正如我去年结营仪式上说的,我今年又来了。时光匆匆,下半年就要考研了,目前我依然在猛刷各种竞赛,希望今年能更上一步,有所收获!

#第一阶段的总结:
由于之前已经参加过了,因此前100题非常轻松的就刷掉了,今年多出来了10题算法题,我一直很喜欢用rust写算法,写起来是真的爽,llvm的优化也很爽,甚至能硬生生的将$n^2$的算法给优化成$n*log(n)$的级别,非常逆天。这10道算法题我只在第八题上卡了一会,疑似是workflow评测的bug?反正我本地跑的单元测试都能通过,最终还是整个重写了一遍才过,非常奇怪。于是顺利的在开始的第二天早上写完了110道题。
战斗,爽!

0 comments on commit fc44fea

Please sign in to comment.