<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Algorithms on Yuliia Kostrikova</title>
    <link>https://juliakostrikova.com/tags/algorithms/</link>
    <description>Recent content in Algorithms on Yuliia Kostrikova</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Thu, 10 Sep 2020 15:35:26 +0200</lastBuildDate><atom:link href="https://juliakostrikova.com/tags/algorithms/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Solution for CodeSignal: addTwoHugeNumbers (Linked List part 👯)</title>
      <link>https://juliakostrikova.com/posts/algorithms/addtwohugenumbers/</link>
      <pubDate>Thu, 10 Sep 2020 15:35:26 +0200</pubDate>
      <guid>https://juliakostrikova.com/posts/algorithms/addtwohugenumbers/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://app.codesignal.com/interview-practice/task/RvDFbsNC3Xn7pnQfH&#34;&gt;Task description on Codesignal&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I’ve spend decent amount of time in order to figure out that I don’t need any string manipulation in this task 😅. My first try was adding missing zeros to the beginning of number slot, convert int to str and back, then the resulting string split by 4 but no luck … It turned out that is simple math 😀 I wanna share my solution with detailed comments ⬇️ (Time complexity O(n) )&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
