greedy
/ˈɡriːdi/ (bre, ipa) · /ˈɡriːdi/ (ame, ipa) · /ˈgrē-dē/ (ame, mw)
greedy — 形容詞
- greedypositive
- greediercomparative
- greediestsuperlative
1. having a need or wish for food, money, possessions, or power that is much strong
貪婪;貪心
對食物、金錢、權力等永不滿足的
having a need or wish for food, money, possessions, or power that is much stronger than is normal, so that you always want more than you have or more than other people get.
Asher's greedy cousin took the last three pieces of cake before anyone else could reach for one.
Asher 貪心的表弟在其他人還沒來得及伸手之前,就把最後三塊蛋糕都拿走了。
collocation: greedy + family member noun
The landlord was so greedy that he raised the rent every year even though nothing had improved.
那個房東非常貪心,明明什麼都沒有改善,他每年還是照樣漲房租。
Ishaan felt embarrassed by his greedy behaviour at the party, eating most of the snacks himself.
Ishaan 對自己在派對上吃掉大部分零食的貪婪行為感到不好意思。
Gabriela called the deal unfair, saying the investors were greedy for demanding ninety percent of the profits.
Gabriela 說這筆交易不公平,指出投資者要求拿走九成的利潤實在太貪心了。
Rin's greedy desire for power cost her the trust of everyone on the team.
Rin 對權力的貪婪渴望讓她失去了團隊中所有人的信任。
- avaricious
more formal, specifically about desiring wealth or money rather than food or power
- materialistic
focuses on valuing possessions and physical goods over other aspects of life
- covetous
formal; describes a strong desire for something that belongs to someone else
文法句型
greedy for + [desired thing]
greedy + noun
be + greedy
用法筆記
Frequently used with the preposition 'for' to indicate what is wanted (e.g., greedy for power, greedy for attention). Can also be used with 'with' to describe someone who does not like to share (e.g., greedy with his money). The word can describe either a temporary act or a lasting part of someone's personality.
常見錯誤
2. in computing and mathematics, describing a method of solving problems where the
貪婪演算法的
每一步都選當下最優方案的
in computing and mathematics, describing a method of solving problems where the best possible choice is made at each individual step, without planning ahead for how that decision will affect later stages.
In the programming class, Leo learned how a greedy algorithm finds the shortest path one step at a time.
在程式設計課上,Leo 學到貪婪演算法如何一步一步找出最短路徑。
computing term: greedy algorithm + one step at a time
A greedy solution to the scheduling problem picks the earliest-ending task without looking any further ahead.
排程問題的貪婪解法會選最早結束的任務,而不考慮之後的影響。
William's teacher explained that greedy methods work well for simple problems but can fail on complex ones.
William 的老師解釋說,貪婪法對簡單的問題很有效,但對複雜的問題可能會失敗。
The team chose a greedy approach for the routing problem because it was fast and easy to write.
團隊選擇了貪婪法來處理路由問題,因為它寫起來又快又簡單。
- locally optimal
the technical property a greedy method pursues; not a direct synonym but related in meaning
- stepwise
describes any method that proceeds one step at a time, not necessarily with greedy choices
- globally optimal
describes a solution that is best overall, not just at each step
文法句型
greedy + algorithm / method / approach / solution
用法筆記
Only used attributively (before a noun) in computing or mathematics contexts — e.g., a greedy algorithm, a greedy approach. Does not describe a person's character. The term comes from the idea that the method is 'greedy' in seeking immediate gain without considering the future.