摘要:
Be committed You are always one commitment away from changing the whole trajectory of your life. Being commited means you do what you promised to do n 阅读全文
posted @ 2025-07-28 21:38
万能包哥
阅读(11)
评论(0)
推荐(0)
|
摘要:
Be committed You are always one commitment away from changing the whole trajectory of your life. Being commited means you do what you promised to do n 阅读全文
posted @ 2025-07-28 21:38
万能包哥
阅读(11)
评论(0)
推荐(0)
摘要:
63、在排序数组中查找元素的第一个位置和最后一个位置 给你一个按照非递减顺序排列的整数数组 nums,和一个目标值 target。请你找出给定目标值在数组中的开始位置和结束位置。 如果数组中不存在目标值 target,返回 [-1, -1]。 你必须设计并实现时间复杂度为 O(log n) 的算法解 阅读全文
posted @ 2025-07-27 20:41
万能包哥
阅读(10)
评论(0)
推荐(0)
摘要:
find your passion Write down the list of things you hate: the toxic enviroment,the problems you never want to deal with,the irrelevant things that bor 阅读全文
posted @ 2025-07-27 18:59
万能包哥
阅读(8)
评论(0)
推荐(0)
摘要:
Say this as today’s affirmations. Try this for today's affirmation. I love myself unconditionally. I'm grateful for a new day and,a new opportunity. I 阅读全文
posted @ 2025-07-23 18:42
万能包哥
阅读(7)
评论(0)
推荐(0)
摘要:
Don't blame the good guys. People don't disrespect you because you are a nice person. They don't take you for granted because you love sharing and giv 阅读全文
posted @ 2025-07-21 20:29
万能包哥
阅读(13)
评论(0)
推荐(0)
摘要:
61、搜索插入的位置 给定一个排序数组和一个目标值,在数组中找到目标值,并返回其索引。如果目标值不存在于数组中,返回它将会被按顺序插入的位置。 请必须使用时间复杂度为 O(log n) 的算法。 class Solution { public int searchInsert(int[] nums, 阅读全文
posted @ 2025-07-21 20:00
万能包哥
阅读(11)
评论(0)
推荐(0)
摘要:
59、分割回文串 给你一个字符串 s,请你将 s 分割成一些 子串,使每个子串都是 回文串 。返回 s 所有可能的分割方案。 示例 1: 输入:s = "aab" 输出:[["a","a","b"],["aa","b"]] 示例 2: 输入:s = "a" 输出:[["a"]] class Solu 阅读全文
posted @ 2025-07-20 22:28
万能包哥
阅读(10)
评论(0)
推荐(0)
摘要:
You are a precious human There's no one like you. No one has the perfect combination if your history,personality,and persective. That's stremendously 阅读全文
posted @ 2025-07-20 10:23
万能包哥
阅读(10)
评论(0)
推荐(0)
摘要:
Do what scares you Do you want to know how to overcome your fears?Just do it scared.What is the thing that you are most afraid to say or do? I challen 阅读全文
posted @ 2025-07-17 22:12
万能包哥
阅读(27)
评论(0)
推荐(0)
摘要:
Let's reframe fear. When was the last time you stoped yourself from doing something because you were afraid? Let's be honest. We all have the fear of 阅读全文
posted @ 2025-07-16 21:54
万能包哥
阅读(17)
评论(0)
推荐(0)
|