René's URL Explorer Experiment


Title: python | PICK8CHU's blog of things

Open Graph Title: python | PICK8CHU's blog of things

X Title: python | PICK8CHU's blog of things

Open Graph Description: Blog to keep studies and thoughts by a software engineer living in Copenhagen

X Description: Blog to keep studies and thoughts by a software engineer living in Copenhagen

Keywords:

Opengraph URL: https://pick8chu.github.io/python.html

direct link

Domain: pick8chu.github.io

NoneIE=edge
og:typewebsite
og:imagehttps://pick8chu.github.io/images/og-image.png
og:site_namePICK8CHU's blog of things
twitter:cardsummary_large_image
twitter:imagehttps://pick8chu.github.io/images/og-image.png

Links:

https://pick8chu.github.io/index.html
Navhttps://pick8chu.github.io/python.html
Resumehttps://pick8chu.github.io/online-cv/
GitHubhttps://github.com/pick8chu
Jekyll Helphttps://pick8chu.github.io/python.html
Jekyll Talkhttps://talk.jekyllrb.com
Jekyll documentationhttp://jekyllrb.com/docs/home/
Jekyll on Stack Overflowhttp://stackoverflow.com/questions/tagged/jekyll
Jekyll on my bloghttp://idratherbewriting.com/category-jekyll/
Feedbackhttps://pick8chu.github.io/about_contact_me
Abouthttps://pick8chu.github.io/python.html
Homehttps://pick8chu.github.io/index.html
Policyhttps://pick8chu.github.io/python.html
Algorithmhttps://pick8chu.github.io/python.html
Algorithm Overviewhttps://pick8chu.github.io/algorithm-overview.html
Priority Queue vs Vectorhttps://pick8chu.github.io/priority_queue_vs_vector.html
Prime Numberhttps://pick8chu.github.io/prime_number.html
Fenwick Treehttps://pick8chu.github.io/fenwick.html
Permutationhttps://pick8chu.github.io/permutation.html
Trie Algorithmhttps://pick8chu.github.io/trie_algorithm.html
Algorithm Coursehttps://pick8chu.github.io/algorithm-course.html
Etchttps://pick8chu.github.io/algorithm-etc.html
Greedy Algorithmhttps://pick8chu.github.io/python.html
Greedy Algorithm Overviewhttps://pick8chu.github.io/algorithm-greedy-overview.html
Assigning Meeting Roomhttps://pick8chu.github.io/algorithm-greedy-baekjoon_1931.html
leetcodehttps://pick8chu.github.io/python.html
3 sumhttps://pick8chu.github.io/3_sum.html
single numberhttps://pick8chu.github.io/single_number.html
buy and sell stock 2https://pick8chu.github.io/buy_and_sell_stock_2.html
rotate arrayhttps://pick8chu.github.io/rotate_array.html
Kth Smallest Element in a BST (inorder)https://pick8chu.github.io/Kth_Smallest_Element_in_a_BST.html
Coin Change (DP)https://pick8chu.github.io/coin_change.html
Palindrome Partitioning (DFS)https://pick8chu.github.io/palindrome_partitioning.html
Cherry Pickup II (DP w/ 3D matrix)https://pick8chu.github.io/cherry_pickup_ii.html
Largest Rectangle In Histogram (mono-Stack)https://pick8chu.github.io/largest-rectangle-in-histogram.html
Pseudo-palindromic Paths In a Binary Tree (Tree DFS + Bit Masking)https://pick8chu.github.io/pseudo-palindromic-paths-in-a-binary-tree.html
Create Sorted Array Through Instructions (Fenwick Tree)https://pick8chu.github.io/create-sorted-array-through-instructions.html
Boats To Save People (Two pointers)https://pick8chu.github.io/boats-to-save-people.html
Minimum Operations To Reduce x To Zero (DP-Sliding window)https://pick8chu.github.io/minimum-operations-to-reduce-x-to-zero.html
Maximum Frequency Stack (Two Maps with stack)https://pick8chu.github.io/maximum_frequency_stack.html
Best Time to Buy and Sell Stock with Transaction Fee (DP)https://pick8chu.github.io/best-time-to-buy-and-sell-stock-with-transaction-fee.html
Reordered Power Of 2 (Map)https://pick8chu.github.io/reordered-power-of-2.html
Palindrome Linked List (creativity)https://pick8chu.github.io/palindrome-linked-list.html
Longest Valid Parentheses (DP or Stack)https://pick8chu.github.io/longest-valid-parentheses.html
Number of Submatrices that Sum to Target (DP)https://pick8chu.github.io/number-of-submatrices-that-sum-to-target.html
Interleaving String (DP/memoization)https://pick8chu.github.io/interleaving_string.html
Jump Game VI (DP/dequeue(smart!))https://pick8chu.github.io/jump-game-vi.html
Remove All Adjacent Duplicates In String (dequeue)https://pick8chu.github.io/remove-all-adjacent-duplicates-in-string.html
Flip String to Monotone Increasing (DP)https://pick8chu.github.io/flip-string-to-monotone-increasing.html
Maximal Square (DP)https://pick8chu.github.io/maximal-square.html
Power of Two (smart)https://pick8chu.github.io/power-of-two.html
Course Schedule II (Graph - Topological)https://pick8chu.github.io/course-schedule-ii.html
Complement of Base 10 Integer (bitwase operation)https://pick8chu.github.io/complement-of-base-10-integer.html
Sum of Root To Leaf Binary Numbers (binary->decimal)https://pick8chu.github.io/sum-of-root-to-leaf-binary-numbers.html
★ Cheery Pickup II (Matrix as a storage)https://pick8chu.github.io/cherry-pickup-ii.html
Koko Eating Bananas (binary search)https://pick8chu.github.io/koko-eating-bananas.html
Majority Element (Boyer–Moore majority vote algorithm)https://pick8chu.github.io/majority-element.html
Delete and Earn (DP)https://pick8chu.github.io/delete-and-earn.html
3Sum With Multiplicity (map+math)https://pick8chu.github.io/3sum-with-multiplicity.html
Binary Search Tree Iterator (stack)https://pick8chu.github.io/binary-search-tree-iterator.html
Course schedule IIIhttps://pick8chu.github.io/course-schedule-iii.html
Minimum Time To Complete Trips (binary search)https://pick8chu.github.io/minimum-time-to-complete-trips.html
Merge K Sorted Lists (Time Complexity)https://pick8chu.github.io/merge-k-sorted-lists.html
Count Unreachable Pairs of Nodes in an Undirected Graph (Union find)https://pick8chu.github.io/count-unreachable-pairs-of-nodes-in-an-undirected-graph.html
Check if Object Instance of Class (JS lang)https://pick8chu.github.io/check-if-object-instance-of-class.html
Path with Maximum Probability (Dijkstra)https://pick8chu.github.io/path-with-maximum-probability.html
Predict the winner (DP - topDown)https://pick8chu.github.io/predict-the-winner.html
Minimum ASCII Delete Sum for Two Strings (DP - topDown)https://pick8chu.github.io/minimum-ascii-delete-sum-for-two-strings.html
Search a 2D Matrix (binary search)https://pick8chu.github.io/search-a-2d-matrix.html
House Robber III (DFS)https://pick8chu.github.io/house-robber-iii.html
Eliminate Maximum Number of Monsters (digitizing)https://pick8chu.github.io/eliminate-maximum-number-of-monsters.html
Gas Station (Greedy)https://pick8chu.github.io/gas-station.html
Find the City With the Smallest Number of Neighbors at a Threshold Distance (APSP)https://pick8chu.github.io/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance.html
Minimum Cost to Convert String I (APSP)https://pick8chu.github.io/minimum-cost-to-convert-string-i.html
Minimum Swaps to Group All 1's Together II (Sliding window)https://pick8chu.github.io/minimum-swaps-to-group-all-1s-together-ii.html
Course Schedule (Topological sort)https://pick8chu.github.io/course-schedule.html
baekjoonhttps://pick8chu.github.io/python.html
2887 - 행성터널 (krusical)https://pick8chu.github.io/MST_planets.html
1509 - 팰린드롬분할 (DP)https://pick8chu.github.io/palindrome-divide.html
HackerRankhttps://pick8chu.github.io/python.html
Array Manipulation (Clever)https://pick8chu.github.io/array_manipulation.html
New Year Chaos (Clever)https://pick8chu.github.io/new_year_chaos.html
CodeWarhttps://pick8chu.github.io/python.html
Find the unknown digithttps://pick8chu.github.io/find_the_unknown_digit.html
Snailhttps://pick8chu.github.io/snail.html
codingamehttps://pick8chu.github.io/python.html
2021_Spring_Challengehttps://pick8chu.github.io/2021_Spring_Challenge.html
Advent Of Code 22'https://pick8chu.github.io/python.html
Day 7https://pick8chu.github.io/day7.html
Day 11https://pick8chu.github.io/day11.html
Studyhttps://pick8chu.github.io/python.html
Blockchain and cryptohttps://pick8chu.github.io/blockchain.html
AI agent with crewAIhttps://pick8chu.github.io/crewai.html
langchainhttps://pick8chu.github.io/langchain.html
Summary of System Design interviewhttps://pick8chu.github.io/summary-of-system-design-interview.html
Load Balancer vs Message Queuehttps://pick8chu.github.io/load-balancer-vs-mq.html
Webhttps://pick8chu.github.io/web.html
Spring Boothttps://pick8chu.github.io/springboot.html
Kakaopay 연계https://pick8chu.github.io/kakaopay.html
Javascripthttps://pick8chu.github.io/javascript.html
RESTful APIhttps://pick8chu.github.io/restful_api.html
WAShttps://pick8chu.github.io/was.html
Springhttps://pick8chu.github.io/spring.html
pythonhttps://pick8chu.github.io/python.html
Testhttps://pick8chu.github.io/test.html
Semaphorehttps://pick8chu.github.io/semaphore.html
Session cookiehttps://pick8chu.github.io/session-cookie.html
Reverse proxyhttps://pick8chu.github.io/reverse-proxy.html
Login/authhttps://pick8chu.github.io/python.html
JWT and OAuthhttps://pick8chu.github.io/jwt_and_oauth.html
PKCEhttps://pick8chu.github.io/pkce.html
Androidhttps://pick8chu.github.io/python.html
Start with Google Map APIhttps://pick8chu.github.io/android_google_map.html
Custom Infowindow on google maphttps://pick8chu.github.io/android_custom_infowindow_for_google_map.html
Find current location on google maphttps://pick8chu.github.io/android_current_location_for_google_map.html
Add Navigation drawer and add/remove menu items dynamicallyhttps://pick8chu.github.io/android_navigation_drawer.html
Android App Database - SQLitehttps://pick8chu.github.io/android_sqlite_db.html
Edit mehttps://github.com/pick8chu/pick8chu.github.io/blob/master/pages/study/python.md
WSGI vs ASGIhttps://kangbk0120.github.io/articles/2022-02/cgi-wcgi-asgi
comments powered by Disqus.https://disqus.com/?ref_noscript

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.