User Tools

Site Tools


leetcode_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
leetcode_notes [2023/12/25 08:55] rajuleetcode_notes [2023/12/25 09:53] (current) – [leetcode problems I came across] raju
Line 2: Line 2:
 Use https://immortal-blog.github.io/tomd/ to copy leetcode problem as markdown. This is useful if you want to copy the leetcode problem into a jupyter notebook for example. Use https://immortal-blog.github.io/tomd/ to copy leetcode problem as markdown. This is useful if you want to copy the leetcode problem into a jupyter notebook for example.
  
-source code: https://github.com/immortalt/2md+See also: 
 +  * source code: https://github.com/immortalt/2md 
 +  * blogpost by the author about the tool: https://immortal-blog.github.io/devops/copy_and_paste_content_to_markdown.html 
 + 
 +==== leetcode problems I came across ==== 
 + 
 +  * 138. Copy List with Random Pointer - https://leetcode.com/problems/copy-list-with-random-pointer/description/ 
 +  * 102. Binary Tree Level Order Traversal - https://leetcode.com/problems/binary-tree-level-order-traversal/description/ 
 +  * 283. Move Zeroes - https://leetcode.com/problems/move-zeroes/description/ 
 +  * 1038. Binary Search Tree to Greater Sum Tree - https://leetcode.com/problems/binary-search-tree-to-greater-sum-tree/description/ 
 +    * to check - https://stackoverflow.com/questions/66018493/leetcode-problem-1038-binary-search-tree-to-greater-sum-tree-python 
 +  * 121. Best Time to Buy and Sell Stock - https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/ 
 +  * 122. Best Time to Buy and Sell Stock II - https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/description/
  
leetcode_notes.1703494538.txt.gz · Last modified: 2023/12/25 08:55 by raju