When that code finally runs on Friday😁.TGIF
Devlink Tech Academy’s Post
More Relevant Posts
-
Double digits! 🎉 I've completed the 10th day's Problem of the Day (POTD) question as part of the Geek Streak challenge! 💻🔥 10 down, many more to go! 💪 #GeekStreak #ProblemOfTheDay #CodingChallenges #MomentumBuilding
To view or add a comment, sign in
-
Just rooted Pov from Hack The Box... Some of the challenges in this box: - Exploiting Insecure Deserialization - Deserializing CLIXML data back into powershell objects - Abusing Tokens for privilege escalation #ctf #htb #hackthebox #infosec
To view or add a comment, sign in
-
Hi there!! Today is the 217th Day of Scalar 365 Days of Code Challenge and I completed it. Day 217 : Check Palindrome! Let's make the Biggest Streak 😉 #scalerdiscord #codewithscaler #365daysofcodescaler #365daysofcode
To view or add a comment, sign in
-
🎉 Day 127 of the CP Challenge! 🚀💡 Today, on Day 127 of our 150-day CP challenge, we're diving into an interesting problem titled "Candy Box" ! 📝 Problem Statement: We have an assortment of candies, each with a specific type. Our task is to create a gift using some of these candies under the restriction that the number of candies of each type in the gift must be distinct. Given multiple queries, each specifying a different set of candies, our goal is to determine the maximum possible size of a gift for each query. 🛠️ Approach: 1️⃣ Input Reading: First, read the number of queries and for each query, the number of candies and their respective types. 2️⃣ Frequency Calculation: Calculate the frequency of each candy type. 3️⃣ Sorting Frequencies: Sort these frequencies in descending order to maximize the size of the gift while ensuring all counts are distinct. 4️⃣ Gift Size Calculation: Iterate through the sorted frequencies, adjusting the count to ensure they remain distinct and summing up to find the maximum gift size. 5️⃣ Output the Result: Print the maximum gift size for each query. The link to the problem is in the comment section mentioned below ⬇ Let's keep pushing our limits and tackling new challenges daily! 🚀 #CompetitiveProgramming #Codeforces #Coding #Consistency #Motivation
To view or add a comment, sign in
-
Well then, for a medium level machine this one was actually rather difficult. Standard enumeration to begin with, discovery of a subdomain that leads to a teamcity website. Abuse of a exploit to achieve account takeover. SSH to user flag, post enumeration reveals a 2nd subdomain. And finally what took hours; exploiting docker.
Owned Runner from Hack The Box!
hackthebox.com
To view or add a comment, sign in
-
Day 13: Ahhhh, I need to learn Docker Pentest, it took me almost 4 days to connect points and own this machine. Learned about Docker escaping and portainer
Owned Runner from Hack The Box!
hackthebox.com
To view or add a comment, sign in
-
✅ Day #9 of the geek streak Problem Of The Day - Topic: Edit distance - Difficulty Level: Hard GeeksforGeeks #geekstreak2024 #codingchallenge #Strings #dynamicprograming #learnInPublic
To view or add a comment, sign in
-
🌟 Day 49 of my GFG Streak! 🌟 Today, I solved "Count All Triplets with Given Sum in a Sorted Array" using the two-pointer technique. This problem sharpened my skills in handling duplicates and optimizing for sorted arrays, all while maintaining O(n2)O(n^2) complexity. Feeling proud of the progress and excited to keep the streak alive! 🚀 #CodingJourney #GFGStreak #ProblemSolving #KeepLearning #gfg160 #geekstreak2024
To view or add a comment, sign in
23 followers