0
点赞
收藏
分享

微信扫一扫

Leetcode146_LRU 缓存

程序员知识圈 2024-03-26 阅读 10

三角形/梯形

        三角形
width: 0;
height: 0;
border-top: 40px solid transparent;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
border-bottom: 40px solid #ff0000;
        梯形
width: 50px;
height: 0;
border-bottom: 50px solid red;
border-left: 50px solid #fff;
border-right: 50px solid #fff;

 一边固定另一边自适应

举报

相关推荐

LeetCode 146. LRU 缓存

Leetcode.146 LRU 缓存

【Leetcode】146.LRU缓存

【LeetCode】146.LRU缓存

Leetcode146. LRU 缓存

LeetCode146. LRU 缓存

Leetcode 146. LRU 缓存

0 条评论