نتایج جستجو برای: extremal graph

تعداد نتایج: 205417  

2016
Heng Guo

Recall that in extremal graph theory, we would like to answer questions of the following sort: ‘What is the maximum/minimum possible parameter C among graphs satisfying a certain property P?’ In the last lecture, we see Mantel’s theorem, which answers the above question with the parameter being the number of edges and the property being triangle-free. In this lecture, we will be looking at othe...

2013
Miklós Simonovits M. Simonovits

This paper is a survey on the topic in extremal graph theory influenced directly or indirectly by Paul Turán. While trying to cover a fairly wide area, I will try to avoid most of the technical details. Areas covered by detailed fairly recent surveys will also be treated only briefly. The last part of the survey deals with random ±1 matrices, connected to some early results of Szekeres and Turán.

1992
David K. Garnick Harris Kwong Felix Lazebnik

Let f(v) denote the maximum number of edges in a graph of order v and of girth at least 5. In this paper, we discuss algorithms for constructing such extremal graphs. This gives constructive lower bounds of f(v) for v ≤ 200. We also provide the exact values of f(v) for v ≤ 24, and enumerate the extremal graphs for v ≤ 10.

2015
AHMET DOKUYUCU Ahmet Dokuyucu

Let G be a simple graph on the vertex set [n] with edge set E(G) and let S be the polynomial ring K[x1, . . . , xn, y1, . . . , yn] in 2n variables endowed with the lexicographic order induced by x1 > · · · > xn > y1 > · · · > yn. The binomial edge ideal JG ⊂ S associated with G is generated by all the binomials fij = xiyj−xjyi with {i, j} ∈ E(G). The binomial edge ideals were introduced in [5]...

2001
G. B. Preston

G(?z; I) will denote a graph of n vertices and 1 edges. Let fO(lz, K) be the smallest integer such that there is a G (n; f,, (n, k)) in which for every set of K vertices there is a vertex joined to each of these. Thus for example fO(3, 2) = 3 since in a triangle each pair of vertices is joined to a third. It can readily be checked that f,(4, 2) = 5 (the extremal graph consists of a complete 4-g...

Journal: :Discrete Mathematics 2016
Gabriela Araujo-Pardo Juan Carlos Díaz-Patiño Luis Pedro Montejano Deborah Oliveros

The problem of computing the chromatic number of Kneser hypergraphs has been extensively studied over the last 40 years and the fractional version of the chromatic number of Kneser hypergraphs is only solved for particular cases. The (p, q)-extremal problem consists in finding the maximum number of edges on a k-uniform hypergraph H with n vertices such that among any p edges some q of them have...

2013
Renying CHANG Yan ZHU

The harmonic index H(G) of a graph G is the sum of 2 d(u) + d(υ) over all edges uυ of G, where d(u) denotes the degree of a vertex u in G. In this paper, we give the minimum value of H(G) for graphs G with given minimum degree δ(G) ≥ 2 and characterize the corresponding extremal graph. Furthermore, we prove a best-possible lower bound on the harmonic index of a triangle-free graph G with arbitr...

2014
Lingping ZHONG

The harmonic index of a graph G is defined as the sum of the weights 2 d(u) + d(v) of all edges uv of G, where d(u) denotes the degree of a vertex u in G. In this work, we present the minimum and maximum values of the harmonic index for connected graphs with girth at least k (k ≥ 3), and characterize the corresponding extremal graphs. Using this result, we obtain several relations between the h...

2006
Ryan Martin

Theorem 1.3 (RegLem) For every ǫ > 0 and positive integer m, there exist two integers M(ǫ,m) and N(ǫ,m) with the property that, for every graph G with n ≥ N(ǫ,m) vertices, there exists a partition of the vertex set into k + 1 classes V = V0 + V1 + · · ·+ Vl such that • m ≤ l ≤ M(ǫ,m) • |V0| < ǫn • |V1| = |V2| = · · · = |Vl| • For distinct i, j 6= 0, all but at most ǫl2 of the pairs (Vi, Vj) are...

Journal: :Combinatorica 2013
Peter Keevash Benny Sudakov Jacques Verstraëte

Let F be a family of graphs. A graph is F-free if it contains no copy of a graph in F as a subgraph. A cornerstone of extremal graph theory is the study of the Turán number ex(n,F), the maximum number of edges in an F-free graph on n vertices. Define the Zarankiewicz number z(n,F) to be the maximum number of edges in an F-free bipartite graph on n vertices. Let Ck denote a cycle of length k, an...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->