Bağlı listelerde döngü ve fonksiyon kullanımı ile ilgili örnek kod, Şadi Evren ŞEKER’in anlatımından aldım. #include <stdio.h> #include <stdlib.h> typedef struct n{ int x; struct n * next; } node; typedef struct n node; void bastir(node * r){ while(r!=NULL){ printf(“%d\n”,r->x); r=r->next; } } void ekle(node * r,int x){ while(r->next!=NULL){ r=r->next; } r->next=(node *)malloc(sizeof(node)); r->next->x=x; r->next->next=NULL;>>>
Kategori Arşivleri: Lisansüstü Araştırmalar
Lisansüstü Araştırmalar
Şadi Evren ŞEKER’in anlatımındaki örnek kodlar: #include <stdio.h> #include <stdlib.h> typedef struct n{ int x; struct n * next; } node; typedef struct n node; int main() { node * root; root=(node *)malloc(sizeof(node)); root ->x=10; root -> next=(node *)malloc(sizeof(node)); root -> next -> x=20; root -> next -> next=(node *)malloc(sizeof(node)); root -> next -> next->>>>
Artificial Intelligence Review http://www.springer.com/computer/ai/journal/10462 Impact Factor: 2.627 Science Citation Index Science Citation Index Expanded ISSN: 0269-2821 (print version) ISSN: 1573-7462 (electronic version)
INFORMATION TECHNOLOGY AND CONTROL http://itc.ktu.lt/index.php/ITC ISSN: 1392-124X Impact factor 0.475 (2016) Science Citation Index Expanded
INTELLIGENT DATA ANALYSIS https://www.iospress.nl/journal/intelligent-data-analysis/ IMPACT FACTOR 2017: 0.772 Science Citation Index Expanded ISSN print 1088-467X ISSN online 1571-4128
JOURNAL OF EXPERIMENTAL & THEORETICAL ARTIFICIAL INTELLIGENCE http://www.tandfonline.com/action/journalInformation?journalCode=teta20 Science Citation Index Expanded 2016 Impact Factor: 1.384 ISSN: 0952-813X
JOURNAL OF HEURISTICS https://link.springer.com/journal/10732 Science Citation Index Expanded Impact Factor: 1.807
Adaptive Behavior http://journals.sagepub.com/home/adb 2016 Impact Factor: 1.019 2016 Ranking: 99/133 in Computer Science, Artificial Intelligence | 45/96 in Social Sciences, Interdisciplinary | 76/84 in Psychology, Experimental ISSN: 1059-7123
ANNALS OF MATHEMATICS AND ARTIFICIAL INTELLIGENCE http://www.springer.com/computer/ai/journal/10472 ISSN: 1012-2443 (print version) ISSN: 1573-7470 (electronic version) Impact Factor – 2016 : 0.807 5 Year Impact Factor – 2016 : 0.949
Applied Mathematics and Computation https://www.journals.elsevier.com/applied-mathematics-and-computation/ Science Citation Index Expanded Impact Factor: 1.738 5-Year Impact Factor: 1.702