CODELZ
  • Home
  • Programming
  • Books
  • Educative.io
  • Tools
Sign in Subscribe

Latest

Java Program for ATM problem - CodeChef

Java Program for ATM problem - CodeChef

Java Program for ATM problem - CodeChef
Bharath 01 Nov 2024
Method References And Types Available In Java

Method References And Types Available In Java

We see method references and different kinds of method references available in Java with examples. Method References Method reference operator :: is used to refer to the methods of functional interface. It is a compact and easy form of the lambda expression. Lambda expressions are used to create anonymous methods. Most
Bharath 10 Oct 2024
Subsets/Power-Set Problem

Subsets / Power-set Problem

In the Subsets problem, we find the power set of a given input using bitwise operations. In general, if we have n elements then the subsets are 2^​n​​ subsets.
Bharath 30 Sep 2024
Monotonic Array Problem

Monotonic Array Problem

For the monotonic increasing array, we need to check if the previous index is less than the current index. And for the monotonic decreasing array, we need to check if the previous index is greater than the current index.
Bharath 02 Aug 2024
Check Kth bit either '1' or '0'

Check Kth bit either '1' or '0'

Check Kth bit either '1' or '0'
Bharath 01 Feb 2024
How To Build a Simple React To-Do App with React Hooks

How To Build a Simple React To-Do App with React Hooks

Building a React To-Do app with React Hooks is a great way to learn how to use React Hooks in your projects.
Bharath 02 Jan 2024
Big O

What is Big O Notation? Why it is Important For Coding Interviews!!!!

What is Big O Notation? Why it is Important For Coding Interviews?
Bharath 08 Dec 2023

Subscribe to CODELZ

Don't miss out on the latest articles. Sign up now to get access to the library of members-only articles.
  • Sign up
Codelz Ā© 2026