Skip to content
Chase
  • Home
  • Math
  • Coding
  • Curiosity
  • Exercises
  • Stock Report
  • Study Plans
  • Technology

Month: May 2026

Coding

lower_bound C++

Posted on May 14, 2026May 14, 2026 by Chase

The $\texttt{lower_bound}$ function finds the first position where a value could be inserted in without breaking sorter order. Its time complexity is $\texttt{O(log n)}$. For example: $\texttt{it}$ refers to the address of the value. $\texttt{*it}$ refers to the value, and to get the index, use $\texttt{it-v.begin()}$.

Posted in CodingTagged Algorithms, Binarysearch, datastructuresLeave a Comment on lower_bound C++
Coding

Convex Hull Code

Posted on May 5, 2026 by Chase
Posted in Coding, MathTagged Geometry, ReviewCodingLeave a Comment on Convex Hull Code
Math

Lemma Inequality For The Sum of Cubes of Two Terms

Posted on May 4, 2026May 4, 2026 by Chase

Lemma. If $a, b \geq 0$, then $a^3 +b^3 \geq a^2 b + a b ^ 2$. Proof. Since $a,b\geq 0$, $a+b\geq 0$. Also, by the trivial inequality, $(a-b)^2 \geq 0$. Thus, $(a-b)^2 (a+b)\geq 0$. Expanding, $a^3 + b^3 – a^2 b – a b^2 \geq 0$. So, $a^3 +…

Posted in MathTagged Algebra, Lemma, ReviewLeave a Comment on Lemma Inequality For The Sum of Cubes of Two Terms

Tags

#bank #communist #finance #math #news #python Algebra Algorithms Binarysearch datastructures Diseases divideandconquer fenwick Geometry Graph Theory Lemma lessons Math News Review ReviewCoding shortstories soccer Space Travel
May 2026
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Apr    

Chase

Follow us on social media!

Facebook Instagram YouTube Twitter

Useful Links

  • About Us
  • Services
  • Project
  • Blog
  • Supports
  • Term & Condition
  • FAQ
  • Privacy Policy

Our Category

  • Coding
  • Math
  • Stock Report
  • Technology

Contact Us

911
[email protected]
Mars

Chase. All Rights Reserved.

Back to top