[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-134629-en":3,"doc-seo-134629-105":30,"detail-sidebar-cat-0-en-105":92},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},134629,962084931830,"Jacob","https://ap-avatar.wpscdn.com/davatar_a8503ba1806abce46bf441b54a3ca4cd",8,"Research & Report","Online Coloring for Graphs of Large Odd Girth - arXiv 2604.27690v1","We study online graph coloring for graphs with large odd girth, addressing the challenge of assigning colors immediately as vertices are revealed without future knowledge. Prior work achieved a polylogarithmic gap to the square-root barrier using O(n^1/2) type bounds for odd girth at least 7. This paper proves that for every ε>0 there exists an odd-girth threshold 6' in {3,5,7,...} allowing deterministic online coloring with Θ(n^{1/2-ε}) colors, improving the exponent for sufficiently large odd girth.","Online Coloring for Graphs of Large Odd Girth  \nHirotaka Yoneda‗  \nThe University of Tokyo, Japan[squar37@gmail.com](squar37@gmail.com)  \nMasataka Yoneda†  \nThe University of Tokyo, Japan [e869120@gmail.com](e869120@gmail.com)  \narXiv :2604 .27690v1 [ cs .DS] 30 Apr 2026  \nAbstract  \nWe study the problem of online coloring for graphs with large odd girth. The best previously known algorithm uses 􀀤(􀀽1/2) colors, which was discovered by Kierstead in 1998 . This algorithm works when the odd girth is 7 or more. In this paper, we provide the following: for every  \n􀀑 > 0, there exists a constant 􀀶′ ∈ {3, 5, 7, . . . } such that graphs with odd girth at least 􀀶′ can be deterministically colored online using 􀀤(􀀽 􀀑 ) colors.  \n1 Introduction  \nWe study the online coloring problem, which concerns online algorithms for graph coloring. In this setting, the vertices are revealed one by one, and we must assign each vertex a color immediately after it is revealed, so that its color differs from the colors of all its neighbors. The goal is to design a strategy that minimizes the number of colors used.  \nHowever, since the algorithm has no knowledge of future vertices, it requires a clever strategy to color the graph effectively. For example, one strategy is to assign the least-indexed available color to each arriving vertex. This strategy is called First-Fit [GL88] . However, it costs 12 􀀽 colors even for bipartite graphs (Figure 1), which shows the ineffectiveness of First-Fit.  \nThe problem is known to be difficult for general graphs, where a deterministic algorithm that achieves a competitive ratio of 􀀤( log~~ ~~􀀽log~~ ~~􀀽~~ ~~ ) was very recently given by Kawarabayashi, Yoneda, Yoneda [KYY25] . In contrast, the competitive ratio of any algorithm is Ω((lo􀀽g􀀽)2 ), due to Halldórsson and Szegedy [HS94] .  \nGiven strong negative results for general graphs, effective online coloring algorithms for special graph classes have also received attention. For example, for tree, bipartite, planar, boundedtreewidth, or disk graphs, deterministic algorithms that use 􀀤 (log 􀀽) colors are known [Bea76; LST89; Ira94; AS21] . For interval graphs, a deterministic algorithm with a competitive ratio of 3 is given by Kierstead and Trotter [KT81] .  \n‗Supported by JSPS JP25K24465, JST ASPIRE JPMJAP2302, and JST ACT-XJPMJAX25CT.†Supported by JSPS JP25K24465 and JST ASPIRE JPMJAP2302 .  \n1.1 The Odd Girth: Almost Bipartite Graphs  \nIn graph theory, graphs with large odd girth have been widely studied. The odd girth 􀀶 is the length of the shortest odd cycle in a graph. This is closely connected to the chromatic number—as suggested by the intuition that graphs with large odd girth can be interpreted as “almost bipartite graphs”(cf. bipartite graphs have no odd cycle) .  \nThe chromatic number of graphs with odd girth at least 5 (i.e., triangle-free graphs) is a classical problem in graph theory, which is also studied as the asymptotics of the Ramsey number 􀀧(3, 􀀺) . Mycielski (1955) [Myc55] introduced a construction for such graphs with arbitrarily large chromatic number. Later, the maximum chromatic number of such graphs was shown to be Θ( p􀀽/log 􀀽), where the lower bound is given by Ajtai, Komlós, Szemerédi (1980) [AKS80] and the upper bound is given by Kim (1995) [Kim95] . On the other hand, the existence of graphs with an arbitrarily large girth (not just “odd girth”) and an arbitrarily large chromatic number was shown by the famous result of Erdős (1959) [Erd59] . This was a landmark result that established the proof technique of probabilistic method.  \nTo the best of our knowledge, the best-known bounds on the chromatic number of graphs with  \n2  \ngeneral constant odd girth 􀀶 ≥ 5 are 􀀤(( lo􀀽g~~ ~~􀀽~~ ~~ ) 􀀶−1 ) by Denley (1994) [Den94], and the existence of  \n1  \ngraphs with chromatic number Ω(􀀽 􀀶−3 /log 􀀽) was given by Krivelevich (1995) [Kri95, Theorem 1] .  \n1.2 Previous Results  \nGraphs with odd girth 􀀶 had been extensively studied also in online coloring. ","cbCaiiYeeq7GFjB1","https://ap.wps.com/l/cbCaiiYeeq7GFjB1","pdf",488261,1,17,"English","en",105,"# Abstract\n# Introduction\n## The Odd Girth: Almost Bipartite Graphs\n## Previous Results\n# Our Contributions","[{\"question\":\"What is the online graph coloring problem considered in this paper?\",\"answer\":\"Vertices are revealed one by one, and each vertex must be assigned a color immediately so it differs from all its colored neighbors. The objective is to minimize the number of colors used by an online (future-unknown) strategy.\"},{\"question\":\"What role does odd girth play in the results?\",\"answer\":\"Odd girth measures the length of the shortest odd cycle in a graph. Larger odd girth implies strong structural constraints connected to chromatic number and enables improved online coloring performance.\"},{\"question\":\"What is the main theorem proved in this paper?\",\"answer\":\"For every ε\\u003e0, there exists a constant 6' in {3,5,7,...} such that graphs with odd girth at least 6' can be deterministically colored online using O(n^{1/2-ε}) colors.\"}]","Online Coloring for Graphs of Large Odd Girth - arXiv 2604.27690v1 | PDF",1787278970,43,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":87,"head_meta":89,"extra_data":91,"updated_unix":28},"online-coloring-for-graphs-of-large-odd-girth-arxiv-260427690v1","",{"@graph":36,"@context":86},[37,54,69],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/online-coloring-for-graphs-of-large-odd-girth-arxiv-260427690v1/134629/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":63,"encodingFormat":61,"isAccessibleForFree":64,"interactionStatistic":65},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-23","2026-08-21",true,{"@type":66,"interactionType":67,"userInteractionCount":20},"InteractionCounter",{"@type":68},"ViewAction",{"@type":70,"mainEntity":71},"FAQPage",[72,78,82],{"name":73,"@type":74,"acceptedAnswer":75},"What is the online graph coloring problem considered in this paper?","Question",{"text":76,"@type":77},"Vertices are revealed one by one, and each vertex must be assigned a color immediately so it differs from all its colored neighbors. The objective is to minimize the number of colors used by an online (future-unknown) strategy.","Answer",{"name":79,"@type":74,"acceptedAnswer":80},"What role does odd girth play in the results?",{"text":81,"@type":77},"Odd girth measures the length of the shortest odd cycle in a graph. Larger odd girth implies strong structural constraints connected to chromatic number and enables improved online coloring performance.",{"name":83,"@type":74,"acceptedAnswer":84},"What is the main theorem proved in this paper?",{"text":85,"@type":77},"For every ε>0, there exists a constant 6' in {3,5,7,...} such that graphs with odd girth at least 6' can be deterministically colored online using O(n^{1/2-ε}) colors.","https://schema.org",{"og:url":52,"og:type":88,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":90,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":93},[94,98,102,106,111,116,121,124,129,132,136],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":95,"show_sort_weight":96,"slug":97},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":99,"show_sort_weight":100,"slug":101},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":103,"show_sort_weight":104,"slug":105},"Exam",70,"exam",{"id":107,"doc_module":4,"doc_module_name":46,"category_name":108,"show_sort_weight":109,"slug":110},5,"Comic",60,"comic",{"id":112,"doc_module":4,"doc_module_name":46,"category_name":113,"show_sort_weight":114,"slug":115},6,"Technology",50,"technology",{"id":117,"doc_module":4,"doc_module_name":46,"category_name":118,"show_sort_weight":119,"slug":120},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":122,"slug":123},30,"research-report",{"id":125,"doc_module":4,"doc_module_name":46,"category_name":126,"show_sort_weight":127,"slug":128},9,"Religion & Spirituality",20,"religion-spirituality",{"id":127,"doc_module":4,"doc_module_name":46,"category_name":130,"show_sort_weight":127,"slug":131},"World Cup","world-cup",{"id":133,"doc_module":4,"doc_module_name":46,"category_name":134,"show_sort_weight":133,"slug":135},10,"Lifestyle","lifestyle",{"id":137,"doc_module":4,"doc_module_name":46,"category_name":138,"show_sort_weight":107,"slug":139},19,"General","general"]