01/06/2021
Mayank is very fascinated towards bits, he defined a valid array which can be split in k continuous subarrays such that each of these subarrays have a subarray xor with odd no. of set bits. As this looks very easy to solve so he wants to know the minimum length of the valid subarray. As Mayank has assigned a lot of work today, can you help him to complete
his task?
_____
To get full access to the question and its solution join our free 24*7 doubt clearing group with the link- https://algoladder.com/free_trial.
18/05/2021
Gather around all the coders and comment down as many programming languages you can look for. Share it with your friends and see who finds more in just one minute.
16/05/2021
One of our Student shared his testimonial with us. Algo Ladder provide you with the best coding courses.
15/05/2021
Quiz time...
Come on all the coders and comment down the correct answer.
23/02/2021
Balanced parenthesis
Statement:
You are given a string of brackets i.e. '{', '}' , '(' , ')', '[' , ']' .
Brackets are “balanced” if opening brackets come before closing, and all such brackets are closed in proper order.
You have to check whether the sequence of parenthesis is balanced or not.
For example, "(())", "(())()" are balanced and "())(", "(()))" are not.
Read more about this question and know how to solve these types of questions on AlgoLadder - https://algoladder.com/problem_list/Balanced%20parenthesis
16/02/2021
Three Most Popular Python Frameworks Used By Developers
Python is a very popular programming language used by developers due to easy syntax and many in-built libraries. Also python is the preferred choice for building data analysis and machine learning software solutions. Many python frameworks make it easier for developers to code full fledged deployable software solutions. In this article, we will read about most popular python frameworks.
Flask : Flask is one of the most popular frameworks which is used to develop great quick web applications. It is a framework which provides reusable code or extensions for common operations. Flask is a lightweight WSGI web application framework designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks.
Read More about this blog on AlgoLadder - https://algoladder.com/blogs/Three%20Most%20Popular%20Python%20Frameworks%20Used%20By%20Developers