<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://adeveloperdiary.github.io/</id><title>A Developer Diary</title><subtitle>A minimal, responsive and feature-rich Jekyll theme for technical writing.</subtitle> <updated>2024-06-17T14:55:06+00:00</updated> <author> <name>Abhisek Jana</name> <uri>https://adeveloperdiary.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://adeveloperdiary.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://adeveloperdiary.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator> <rights> © 2024 Abhisek Jana </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Coding Board Game Using PyGame (The Lost Expedition)</title><link href="https://adeveloperdiary.github.io/python/pygame/coding-board-game-using-pygame-the-lost-expedition/" rel="alternate" type="text/html" title="Coding Board Game Using PyGame (The Lost Expedition)" /><published>2024-06-17T00:00:00+00:00</published> <updated>2024-06-17T00:00:00+00:00</updated> <id>https://adeveloperdiary.github.io/python/pygame/coding-board-game-using-pygame-the-lost-expedition/</id> <content src="https://adeveloperdiary.github.io/python/pygame/coding-board-game-using-pygame-the-lost-expedition/" /> <author> <name>Abhisek Jana</name> </author> <category term="python" /> <category term="pygame" /> <summary> Teaching my child the basics of game programming seemed like a fun and educational project. Little did I know it would turn into an exciting adventure, culminating in the creation of “The Lost Expedition” using PyGame. This blog post recounts my very first journey using pygame, highlighting the essential aspects of game development, including high-level structures, game loops, asset management,... </summary> </entry> <entry><title>Dynamic Programming - Unique Paths</title><link href="https://adeveloperdiary.github.io/algorithm/dp/unique-paths/" rel="alternate" type="text/html" title="Dynamic Programming - Unique Paths" /><published>2024-05-29T00:00:00+00:00</published> <updated>2024-05-29T00:00:00+00:00</updated> <id>https://adeveloperdiary.github.io/algorithm/dp/unique-paths/</id> <content src="https://adeveloperdiary.github.io/algorithm/dp/unique-paths/" /> <author> <name>Abhisek Jana</name> </author> <category term="algorithm" /> <category term="dp" /> <summary> All diagrams presented herein are original creations, meticulously designed to enhance comprehension and recall. Crafting these aids required considerable effort, and I kindly request attribution if this content is reused elsewhere. Difficulty : Easy DFS Problem You are given an array prices where prices[i] is the price of a given stock on the ith day. Find the maximum profit ... </summary> </entry> <entry><title>Dynamic Programming - Best Time to Buy and Sell Stock with Cooldown</title><link href="https://adeveloperdiary.github.io/algorithm/dp/Best-time-to-buy-and-sell-stock-with-cooldown/" rel="alternate" type="text/html" title="Dynamic Programming - Best Time to Buy and Sell Stock with Cooldown" /><published>2024-05-28T00:00:00+00:00</published> <updated>2024-05-28T00:00:00+00:00</updated> <id>https://adeveloperdiary.github.io/algorithm/dp/Best-time-to-buy-and-sell-stock-with-cooldown/</id> <content src="https://adeveloperdiary.github.io/algorithm/dp/Best-time-to-buy-and-sell-stock-with-cooldown/" /> <author> <name>Abhisek Jana</name> </author> <category term="algorithm" /> <category term="dp" /> <summary> All diagrams presented herein are original creations, meticulously designed to enhance comprehension and recall. Crafting these aids required considerable effort, and I kindly request attribution if this content is reused elsewhere. Difficulty : Easy DFS Problem You are given an array prices where prices[i] is the price of a given stock on the ith day. Find the maximum profit ... </summary> </entry> <entry><title>Dynamic Programming - Partition Equal Subset Sum</title><link href="https://adeveloperdiary.github.io/algorithm/dp/partition-equal-subset-sum/" rel="alternate" type="text/html" title="Dynamic Programming - Partition Equal Subset Sum" /><published>2024-05-27T00:00:00+00:00</published> <updated>2024-05-27T00:00:00+00:00</updated> <id>https://adeveloperdiary.github.io/algorithm/dp/partition-equal-subset-sum/</id> <content src="https://adeveloperdiary.github.io/algorithm/dp/partition-equal-subset-sum/" /> <author> <name>Abhisek Jana</name> </author> <category term="algorithm" /> <category term="dp" /> <summary> All diagrams presented herein are original creations, meticulously designed to enhance comprehension and recall. Crafting these aids required considerable effort, and I kindly request attribution if this content is reused elsewhere. Difficulty : Easy DP Problem Given an integer array nums, return true if you can partition the array into two subsets such that the sum of the elem... </summary> </entry> <entry><title>Dynamic Programming - Longest Increasing Subsequence</title><link href="https://adeveloperdiary.github.io/algorithm/dp/longest-increasing-subsequence/" rel="alternate" type="text/html" title="Dynamic Programming - Longest Increasing Subsequence" /><published>2024-05-27T00:00:00+00:00</published> <updated>2024-05-27T00:00:00+00:00</updated> <id>https://adeveloperdiary.github.io/algorithm/dp/longest-increasing-subsequence/</id> <content src="https://adeveloperdiary.github.io/algorithm/dp/longest-increasing-subsequence/" /> <author> <name>Abhisek Jana</name> </author> <category term="algorithm" /> <category term="dp" /> <summary> All diagrams presented herein are original creations, meticulously designed to enhance comprehension and recall. Crafting these aids required considerable effort, and I kindly request attribution if this content is reused elsewhere. Difficulty : Easy DP Problem Given an integer array nums, return the length of the longest strictly increasing subsequence. Example 1: Input: num... </summary> </entry> </feed>
