<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Algorithms on LIVING NOW</title>
    <link>https://GIGKOMUSIC.github.io/tags/algorithms/</link>
    <description>Recent content in Algorithms on LIVING NOW</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>GIGKOMUSIC@gmail.com (GIGKO)</managingEditor>
    <webMaster>GIGKOMUSIC@gmail.com (GIGKO)</webMaster>
    <copyright>© 2026 GIGKO</copyright>
    <lastBuildDate>Wed, 29 Nov 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://GIGKOMUSIC.github.io/tags/algorithms/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Dynamic programming</title>
      <link>https://GIGKOMUSIC.github.io/posts/00004-dynamic_programming/</link>
      <pubDate>Wed, 29 Nov 2023 00:00:00 +0000</pubDate>
      <author>GIGKOMUSIC@gmail.com (GIGKO)</author>
      <guid>https://GIGKOMUSIC.github.io/posts/00004-dynamic_programming/</guid>
      <description>&lt;p&gt;The essential idea of dynamic programming is to save the result for future use.&lt;/p&gt;&#xA;&lt;p&gt;For example, if I have already know 1+2+3 equals 6 and saved the result at a place, then when I have to calculate 1+2+3+4, I just have to calculate 6+4 instead of going from scratch.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://GIGKOMUSIC.github.io/posts/00004-dynamic_programming/feature.jpg" />
    </item>
    
  </channel>
</rss>
