鈽戯笍 Day 40/100: #Leetcode daily question

馃煥 Question: 2275. Largest Combination With Bitwise AND Greater Than Zero

This was an easy one for medium and I solved it using index bit count.

馃悎鈥嶁瑳 Check out my #GitHub where I post all the daily streak 馃敟 questions and #LeetcodeContest 馃弳 solutions

馃敆 Solution Link: https://github.com/akshatsingh1718/leetcode/tree/main/minimumNumberofChangestoMakeBinaryStringBeautiful

馃敆 My Leetcode Github: https://github.com/akshatsingh1718/leetcode

#Algorithms #coding #python #bitmanipulation

leetcode/minimumNumberofChangestoMakeBinaryStringBeautiful at main 路 akshatsingh1718/leetcode

Contribute to akshatsingh1718/leetcode development by creating an account on GitHub.

GitHub

鈽戯笍 Day 39/100: #Leetcode daily question

馃煥 Question: 3011. Find if Array Can Be Sorted

This was an easy one for medium and I solved it using bubble sort.

馃悎鈥嶁瑳 Check out my #GitHub where I post all the daily streak 馃敟 questions and #LeetcodeContest 馃弳 solutions

馃敆 Solution Link: https://github.com/akshatsingh1718/leetcode/tree/main/minimumNumberofChangestoMakeBinaryStringBeautiful

馃敆 My Leetcode Github: https://github.com/akshatsingh1718/leetcode

#python #Algorithms #coding #sorting #bitmanipulation

leetcode/minimumNumberofChangestoMakeBinaryStringBeautiful at main 路 akshatsingh1718/leetcode

Contribute to akshatsingh1718/leetcode development by creating an account on GitHub.

GitHub

鈽戯笍 Day 38/100: #Leetcode daily question

馃煥 Question: 2914. Minimum Number of Changes to Make Binary String Beautiful

This was an easy one for medium but idk why I need to see the soluiton

馃悎鈥嶁瑳 Check out my #GitHub where I post all the daily streak 馃敟 questions and #LeetcodeContest 馃弳 solutions

馃敆 Solution Link: https://github.com/akshatsingh1718/leetcode/tree/main/minimumNumberofChangestoMakeBinaryStringBeautiful

馃敆 My Leetcode Github: https://github.com/akshatsingh1718/leetcode

#Algorithms #python #coding #string

leetcode/minimumNumberofChangestoMakeBinaryStringBeautiful at main 路 akshatsingh1718/leetcode

Contribute to akshatsingh1718/leetcode development by creating an account on GitHub.

GitHub

鈽戯笍 Day 37/100: #Leetcode daily question

馃煩 Question: 3163. String Compression III

Easy question

馃悎鈥嶁瑳 Check out my #GitHub where I post all the daily streak 馃敟 questions and #LeetcodeContest 馃弳 solutions

馃敆 Solution Link: https://github.com/akshatsingh1718/leetcode/tree/main/rotateString

馃敆 My Leetcode Github: https://github.com/akshatsingh1718/leetcode

#python #Algorithms #coding #string

鈽戯笍 Day 36/100: #Leetcode daily question

馃煩 Question: 796. Rotate String

Easy question

馃悎鈥嶁瑳 Check out my #GitHub where I post all the daily streak 馃敟 questions and #LeetcodeContest 馃弳 solutions

馃敆 Solution Link: https://github.com/akshatsingh1718/leetcode/tree/main/rotateString

馃敆 My Leetcode Github: https://github.com/akshatsingh1718/leetcode

#coding #Algorithms #python #string

鈽戯笍 Day 35/100: #Leetcode daily question

馃煩 Question: 2490. Circular Sentence

Easy question but I did it hard way I guess and complicated the solution

馃悎鈥嶁瑳 Check out my #GitHub where I post all the daily streak 馃敟 questions and #LeetcodeContest 馃弳 solutions

馃敆 Solution Link: https://github.com/akshatsingh1718/leetcode/tree/main/circularSentence

馃敆 My Leetcode Github: https://github.com/akshatsingh1718/leetcode

#coding #Algorithms #python #string

鈽戯笍 Day 34/100: #Leetcode daily question

馃煩 Question: 1957. Delete Characters to Make Fancy String

Easy question

馃悎鈥嶁瑳 Check out my #GitHub where I post all the daily streak 馃敟 questions and #LeetcodeContest 馃弳 solutions

馃敆 Solution Link: https://github.com/akshatsingh1718/leetcode/tree/main/deleteCharacterstoMakeFancyString

馃敆 My Leetcode Github: https://github.com/akshatsingh1718/leetcode

#coding #Algorithms #python #string

鈽戯笍 Day 33/100: #Leetcode daily question

馃煡 Question: 2463. Minimum Total Distance Traveled

This is a very good difficult question, and I obviously need to look a solution. Solved it using dp

馃悎鈥嶁瑳 Check out my #GitHub where I post all the daily streak 馃敟 questions and #LeetcodeContest 馃弳 solutions

馃敆 Solution Link: https://github.com/akshatsingh1718/leetcode/tree/main/minimumTotalDistanceTraveled

馃敆 My Leetcode Github: https://github.com/akshatsingh1718/leetcode

#coding #Algorithms #python #dynamicprogramming

鈽戯笍 Day 32/100: #Leetcode daily question

馃煥 Question: 1671. Minimum Number of Removals to Make Mountain Array

This is a very good difficult question, and I obviously need to look a solution. This was solved using the lowest increasing decreasing subarray method.

馃悎鈥嶁瑳 Check out my #GitHub where I post all the daily streak 馃敟 questions and #LeetcodeContest 馃弳 solutions

馃敆 Solution Link: https://github.com/akshatsingh1718/leetcode/tree/main/minimumNumberofRemovalstoMakeMountainArray

馃敆 My Leetcode Github: https://github.com/akshatsingh1718/leetcode

#coding #Algorithms #python #array

鈽戯笍 Day 31/100: #Leetcode daily question

馃煥 Question: 2684. Maximum Number of Moves in a Grid

Easy dp question but need to see the solution maybe I was too last to solve that day

馃悎鈥嶁瑳 Check out my #GitHub where I post all the daily streak 馃敟 questions and #LeetcodeContest 馃弳 solutions

馃敆 Solution Link: https://github.com/akshatsingh1718/leetcode/tree/main/maximumNumberofMovesinaGrid

馃敆 My Leetcode Github: https://github.com/akshatsingh1718/leetcode

#coding #python #Algorithms #dynamicprogramming