<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Automation of checking student assignments in IT-related subjects based on AI systems</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Oleksandr</forename><forename type="middle">A</forename><surname>Sharyhin</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Dragomanov Ukrainian State University</orgName>
								<address>
									<addrLine>9 Pyrohova Str</addrLine>
									<postCode>01601</postCode>
									<settlement>Kyiv</settlement>
									<country key="UA">Ukraine</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Miratech</orgName>
								<address>
									<addrLine>6z Vatslav Havel Blvd</addrLine>
									<postCode>03124</postCode>
									<settlement>Kyiv</settlement>
									<country key="UA">Ukraine</country>
								</address>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">Oksana</forename><forename type="middle">V</forename><surname>Klochko</surname></persName>
							<email>klochkoob@gmail.com</email>
							<affiliation key="aff2">
								<orgName type="institution">Vinnytsia Mykhailo Kotsiubynskyi State Pedagogical University</orgName>
								<address>
									<addrLine>32 Ostrozhskoho Str</addrLine>
									<postCode>21100</postCode>
									<settlement>Vinnytsia</settlement>
									<country key="UA">Ukraine</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Automation of checking student assignments in IT-related subjects based on AI systems</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">84D7F0BE1BD044B52E4766E8649161BD</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T19:59+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>automation of tasks checking</term>
					<term>AI systems</term>
					<term>time complexity</term>
					<term>time complexity estimation</term>
					<term>ChatGPT</term>
					<term>IT-related subjects</term>
					<term>students&apos; work</term>
					<term>AI in education</term>
					<term>automation in education</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Automation of students' program code verification is an important task, as it provides an opportunity to provide prompt and effective feedback to the student, significantly reducing resource costs for checking solutions. In connection with the rapid development of AI systems, new opportunities and approaches to automation appear. We consider a fundamentally new approach for the estimation of the time complexity of an algorithm. AI-based approaches compared to traditional systems that use simulations. The process of determining the complexity of the algorithm using AI-based approaches takes much less time. The study used AI systems to estimate the complexity of the algorithm based on code fragments. According to the results obtained, a decision is made regarding the suitability of these systems for automating the evaluation of students' program codes. We also offer for consideration the methods of implementing such approaches to the automation of checking student assignments in IT-related subjects based on AI systems. To assess the time complexity of code fragments, we used ChatGPT, Bard, TimeComplexity.ai, Chatsonic. All AI systems which participated in the experiment accurately determined the algorithmic complexity for each of the code fragments written in Python. The results indicate that ChatGPT and Google Bard demonstrated satisfactory accuracy in assessing the time complexity of code fragments written in Java. We developed an API that allows to partial automate teacher's work during checks of students' assignments. Further research will relate to integration of developed API into existing educational platforms and frameworks. Another area of future research is the issues of automated code quality determination and plagiarism checking.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>In the dynamic realm of Information Technology (IT), the demand for skilled professionals continues to surge. While the influx of learners in IT-related disciplines is one aspect, the growing complexity and rapid evolution of the IT landscape present an equally formidable challenge for teachers <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3]</ref>. This article advocates for a pivotal solution that could alleviate some of these challenges -the automation of student work checks in disciplines closely tied to IT.</p><p>As the IT domain evolves at an unprecedented pace, educators find themselves not only responsible for imparting foundational knowledge but also for staying abreast of the latest technological advancements. In this context, the automation of routine aspects of student work evaluation can offer a transformative opportunity <ref type="bibr" target="#b3">[4]</ref>. By leveraging technology to handle the repetitive and time-consuming task of grading, educators specializing in IT-related disciplines can reclaim precious time. This reclaimed time, in turn, can be redirected towards more strategic and impactful activities, such as keeping pace with the swiftly evolving IT landscape, exploring innovative teaching methodologies, or engaging in research to contribute to the forefront of IT knowledge. In the study <ref type="bibr" target="#b4">[5]</ref> the experience of automation and the use of artificial intelligence in the development of educational technologies in Sweden is considered. There are two main points about the automation of parts of a teacher's work -is the human factor problematic or desirable? So, from one point of view, human judgment can be fully or partially replaced by automation, creating a more legally secure, impartial, and fair judgment by removing emotions and uncertainties. The other argument is that core parts of teachers' work cannot be automated but also that some automation can free them from mundane routine tasks and make more time for them to do their most important work. Conversely, when people-centered skills (empathy, creativity or care) are important, then automation of these skills becomes the problem <ref type="bibr" target="#b4">[5]</ref>.</p><p>Gallagher and Breines <ref type="bibr" target="#b5">[6]</ref> review automation in higher education and draw on a combination of events conducted with students, faculty, and staff across the three colleges at the University of Edinburgh to explore automation as a component of the teacher function assemblage.</p><p>Czibula et al. <ref type="bibr" target="#b6">[7]</ref> note that the complexity of the algorithm, which depends on the efficiency of its work, is important for the productivity of the software system during its life cycle. Therefore, for the timely detection of system performance problems, the authors developed and automated a method for determining the complexity of the algorithm according to its execution time.</p><p>Vimalaraj et al. <ref type="bibr" target="#b7">[8]</ref> proposed automating the marking of software code modules, analyzing it and checking it for plagiarism. Code analysis is implemented using the analysis tree.</p><p>A toolkit for checking student code written in assembly language is proposed by Liu et al. <ref type="bibr" target="#b8">[9]</ref>. The interface of the code testing and debugging system is implemented using a browser, and an individual set of regression tests is stored for each student, before each student's code is checked using KLEE, KLC3. The system is launched when a student uploads code to a Git repository, the tutorials are implemented as LC-3, a RISC-like architecture.</p><p>The problem of students' compliance with the requirements for writing high-quality functional code remains relevant and, accordingly, the problem of its evaluation from the point of view of the implementation of a task or project is also relevant. As noted Hart et al. <ref type="bibr" target="#b9">[10]</ref>, the quality of the code itself and the quality of the style should be correlated in evaluating students' codes. To this end, they developed the Eastwood-Tidy automated listing tool for evaluating code style.</p><p>Milovancevic and Kuncak <ref type="bibr" target="#b10">[11]</ref> developed an automated approach to verify functional programming code. The main principles of this author's approach are reliability (functional induction is used) and scalability (clustering based on the transitivity of equivalence of reference solutions).</p><p>Another approach to automated validation of student code writing tasks is to understand how readable students' code is, and whether they choose functional alternatives. These questions were investigated by Nurollahian et al. <ref type="bibr" target="#b11">[12]</ref> using an anti-pattern in CS2 and an automatic detector.</p><p>A slightly different practice is to automatically evaluate the Arduino based on the function execution log in the virtual runtime environment for console-based languages <ref type="bibr" target="#b12">[13]</ref>. Such a task differs in that the verification of hardware configuration (Fritzing) and source code is automated <ref type="bibr" target="#b12">[13]</ref>.</p><p>Automated code grading systems are being developed by academics to provide rapid feedback on student work. However, the problem remains that such systems do not have advanced features, including integration with Git <ref type="bibr" target="#b13">[14]</ref>. In this study the authors developed a web-based system for automatic evaluation of C code and used GitHub and GitHub Classroom for the same purpose for comparison <ref type="bibr" target="#b13">[14]</ref>.</p><p>In addition to the program code, the comments for the code should also be of high quality <ref type="bibr" target="#b14">[15]</ref>. This problem of software engineering is no less important than the development of quality software code. However, according to the research of the authors of this study, there are no single criteria for determining the quality of code comments, their evaluation methods are based on easily measurable attributes, binding to of a certain programming language, and specific areas, according to the research of many scientists, the evaluation of code comments is mostly implemented manually, and not automated <ref type="bibr" target="#b14">[15]</ref>.</p><p>An automated toolkit for detecting plagiarism in the source code was proposed by Rizvee et al. <ref type="bibr" target="#b15">[16]</ref> in order to reduce the loss of resources during manual checking. Their approach to measuring the similarity between two source programs, namely string matching, uses a weighted similarity scoring mechanism. The idea of this approach is to fix various types of plagiarism, in particular, reordering functions and changing the name of variables.</p><p>According to Klinik et al. <ref type="bibr" target="#b16">[17]</ref>, an important issue in the evaluation of students' software code is prompt feedback by students in order to improve their software solutions based on feedback. For automatic feedback generation, they developed the Personal Prof system, which implements verification based on an abstract syntactic tree of decisions and access to the semantic database of Java metainformation.</p><p>From the point of view of developing and studying the properties of test sets for automated evaluation of programs developed by students, which differ by certain criteria, for example, quality, coverage, research was conducted by Clegg et al. <ref type="bibr" target="#b17">[18]</ref>. For this purpose, the researchers created artificial test sets of programs that simulated students' mistakes when creating software code. They proved that "different properties of test suites can influence the grades that they produce, with coverage typically making the greatest effect, and mutation score and the potentially redundant repeated coverage of lines also having a significant impact" <ref type="bibr" target="#b17">[18]</ref>.</p><p>Another direction in the automated evaluation of student-programmed problem solutions is presented by Rubio <ref type="bibr" target="#b18">[19]</ref>. He proposed a model based on a controlled machine learning algorithm, which is used to study the sequence of partial solutions to the problem, reflecting "the programming trajectory followed by the student" <ref type="bibr" target="#b18">[19]</ref>.</p><p>Scientists have made a significant contribution to solving the problem of automated verification of students' program codes, but this problem remains relevant in the future. Modern conditions require new approaches to solving this problem. That's why we tried to solve it using artificial intelligence.</p><p>The purpose of the study is to investigate the suitability of artificial intelligence systems, which allow estimating the complexity of the algorithm based on code fragments, for automating the evaluation of students' tasks.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Research methods</head><p>Automation (partial or complete) of checking tasks completed by students in algorithmic and programming-related specialties has its own peculiarities. Algorithmic and programming courses often require students to demonstrate proficiency not only in coding syntax but, more critically, in designing efficient algorithms, addressing complex problem-solving scenarios, and adhering to best coding practices <ref type="bibr" target="#b19">[20]</ref>. The multifaceted nature of these disciplines necessitates a nuanced approach to automated evaluation -one that goes beyond mere syntax checking.</p><p>Static code analyzers are special tools that perform automated and systematic checks of source code without the need for its execution. These analyzers play a major role in enhancing code quality, identifying potential issues, and enforcing coding standards. By analyzing the code structure and syntax statically, before runtime, these tools empower developers and educators alike to catch errors, ensure adherence to best practices, and improve overall code maintainability. A well-known example of such a tool is SonarQube <ref type="bibr" target="#b20">[21]</ref>. It supports more than 30 programming languages, detects vulnerabilities in code and checks if code follows best practices <ref type="bibr" target="#b20">[21]</ref>.</p><p>But more important (especially for courses related to algorithms and data structures) is to be able to automatically calculate code complexity.</p><p>Until recently, the main approach to estimating the complexity of an algorithm was based on running the code with a different set of input parameters. This approach is described in the study <ref type="bibr" target="#b6">[7]</ref>. It is based on simulation and run-time measurements. This method demonstrates digestible accuracy, however even authors describe some situations when it fails.</p><p>The need for simulation, i.e. multiple runs of executable code, leads to the following disadvantages:</p><p>1. For large values, this process can take a significant amount of time, especially in the case of non-optimal algorithms or algorithms of high complexity. 2. In the case where the complexity of the algorithm is a function of two or more variables, there is a need for a larger number of simulations, which in turn also affects the time required for launches.</p><p>Thus, it can be noted that determining the complexity of an algorithm in simulation-based systems can be time-consuming.</p><p>In recent times, due to the rapid advancement of artificial intelligence systems, a fundamentally new approach to algorithm time complexity assessment has emerged, no longer relying on simulation. This approach is based on code analysis and consists of the following stages:</p><p>1. Identification of loops. 2. Analysis of operators inside loops. 3. Expression of operators as a function of "n". 4. Dominant term determination.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Assigning time complexity.</head><p>In this study, we will explore popular artificial intelligence systems that enable the assessment of algorithm complexity based on code fragments. These AI systems are the following: 1. ChatGPT <ref type="bibr" target="#b21">[22]</ref>. 2. Bard <ref type="bibr" target="#b22">[23]</ref>. 3. TimeComplexity.ai <ref type="bibr" target="#b23">[24]</ref>. 4. Chatsonic <ref type="bibr" target="#b24">[25]</ref>.</p><p>Building upon the obtained results, we will make decisions regarding the suitability of these systems for automating the assessment of student assignments and discuss methods for implementing this automation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Results and discussion</head><p>As previously stated, we are investigating the process of automated assessment of tasks in disciplines related to algorithm design. A segment of the assessment process, pertaining to determining the complexity of the program code implementing the algorithm, is automatically conducted as a preliminary stage preceding manual evaluation by the instructor. In such a case, the flowchart representing this process would take form which is shown in figure <ref type="figure">1</ref>.</p><p>Let us examine the AI systems that we intend to consider as suitable for assessing the time complexity of code fragments:</p><p>1. ChatGPT -one of the most well-known AI systems. It can calculate time complexity of algorithms by code fragment. In this study, we checked the two most actual versions -gpt-3.5-turbo and gpt-4. At the time of writing this work, version gpt-3.5-turbo was free, and version 4 required a monthly payment. 2. Bard -a large language system developed by Google. It can generate programming code as well as assess its time complexity. 3. TimeComplexity.ai uses the GPT-3.5 Turbo AI adapted for time complexity evaluation. It has a free and paid version. 4. Chatsonic is GPT-3 (by OpenAI) based system.</p><p>In this investigation, we examined the specified tools to assess the time complexity of code snippets written in Java and Python.</p><p>As Java examples, we used the solutions published by Nick Li for the problems presented on the LeetCode platform <ref type="bibr" target="#b25">[26]</ref>. Below is an example of a test piece of Java code that we used to test AI systems <ref type="bibr" target="#b25">[26]</ref>:</p><p>tempList.remove(tempList.size() -1); // remove last element for next // iteration } } } Results of executions are shown in table <ref type="table">1 and table 2</ref>. These tables also contain the correct value of time complexity (done by humans).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 1</head><p>Results of time complexity assessment of selected Java code fragments for different AI systems.</p><p>Java code fragments gpt-3.5 turbo gpt-4 Bard</p><formula xml:id="formula_0">16 : 3𝑆𝑢𝑚 𝑛 2 𝑛 2 𝑛 2 18 : 4𝑆𝑢𝑚 𝑛 3 𝑛 3 𝑛 3 22 : 𝐺𝑒𝑛𝑒𝑟𝑎𝑡𝑒𝑃 𝑎𝑟𝑒𝑛𝑡ℎ𝑒𝑠𝑒𝑠 2 2𝑛 • 𝑛 4 𝑛 • √ 𝑛 2 2𝑛 46 : 𝑃 𝑒𝑟𝑚𝑢𝑡𝑎𝑡𝑖𝑜𝑛𝑠 𝑛! 𝑛 • 𝑛! 𝑛! 109 : 𝐶𝑜𝑛𝑣𝑒𝑟𝑡𝑆𝑜𝑟𝑡𝑒𝑑𝐿𝑖𝑠𝑡 𝑛 • 𝑙𝑜𝑔(𝑛) 𝑛 • 𝑙𝑜𝑔(𝑛) 𝑛 • 𝑙𝑜𝑔(𝑛) 220 : 𝐶𝑜𝑛𝑣𝑒𝑟𝑡𝐷𝑢𝑝𝑙𝑖 𝑛 • 𝑙𝑜𝑔(𝑘) 𝑛 • 𝑙𝑜𝑔(𝑚𝑖𝑛(𝑘, 𝑛)) 𝑛 • 𝑙𝑜𝑔(𝑘)</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 2</head><p>Results of time complexity assessment of selected Java code fragments for different AI systems.</p><p>Java code fragments Time Complexity.ai Chatsonic Actual</p><formula xml:id="formula_1">16 : 3𝑆𝑢𝑚 𝑛 2 𝑛 • 𝑙𝑜𝑔(𝑛) 𝑛 2 18 : 4𝑆𝑢𝑚 𝑛 3 𝑙𝑜𝑔(𝑛) • 𝑛 3 𝑛 3 22 : 𝐺𝑒𝑛𝑒𝑟𝑎𝑡𝑒𝑃 𝑎𝑟𝑒𝑛𝑡ℎ𝑒𝑠𝑒𝑠 2 𝑛 • 𝑛 2 𝑛 • 𝑛 2 2𝑛 • 𝑛 46 : 𝑃 𝑒𝑟𝑚𝑢𝑡𝑎𝑡𝑖𝑜𝑛𝑠 𝑛! 𝑛 • 𝑛! 𝑛! 109 : 𝐶𝑜𝑛𝑣𝑒𝑟𝑡𝑆𝑜𝑟𝑡𝑒𝑑𝐿𝑖𝑠𝑡 𝑛 𝑛 • 𝑙𝑜𝑔(𝑛) 𝑛 • 𝑙𝑜𝑔(𝑛) 220 : 𝐶𝑜𝑛𝑣𝑒𝑟𝑡𝐷𝑢𝑝𝑙𝑖 𝑛 • 𝑙𝑜𝑔(𝑘) 𝑛 • 𝑙𝑜𝑔(𝑘) 𝑛 • 𝑙𝑜𝑔(𝑚𝑖𝑛(𝑘, 𝑛))</formula><p>Our experiment involved the assessment of 32 code snippets written in the Python programming language, all AI systems which participated in the experiment accurately determined the algorithmic complexity for each of the code fragments. Code fragments in the Python programming language were taken for testing the capabilities of AI systems from student works, as well as specially developed by us as test tasks. Also each of the AI systems provided correct explanations of resulting values.</p><p>Table <ref type="table">1</ref> and table 2 exclusively display instances where at least one of the systems produces an inaccurate result. In these tables, incorrect results are marked in red, and cases where the calculated value differs slightly from the correct one are marked in orange, that is, when the chain of conclusions is correct, but there are inaccuracies in the interpretation. As it follows from these tables, the Chatsonic/Writesonic system produced the highest count of inaccuracies (for "3Sum Closest", "4Sum", "Generate Parentheses" problems -incorrect result, for "Permutations" and "Contains Duplicate" problems -misinterpretation) in its results. This can be explained by the fact that it uses an outdated version of the GPT OpenAI API (GPT-3) as its foundational model. The use of this older API version may have impacted the AI system's ability to accurately interpret and generate responses, leading to a higher occurrence of incorrect outputs compared to other systems under consideration.</p><p>TimeComplexity.ai exhibited inaccuracies in cases ("Generate Parentheses", and "Convert Sorted List to Binary Search Tree" problems) where the conventional GPT-3.5 Turbo produced correct results. While this tool generally performs accurately and can be used for partial automation of verification, its limited integration capabilities, restricted to a Web UI, should be considered in practical applications.</p><p>According to the data presented, the Bard AI system demonstrated promising results, with only one instance of error detected ("Generate Parentheses" problem). This marks it as a good candidate for integration into our research context. However, it is important to note that the API for Google Bard is currently in beta testing and is available to a limited number of users.</p><p>Gpt-3.5-turbo and gpt-4 AI systems demonstrated similar results. The only difference was for the "Contains Duplicate" problem where the gpt-4 version was able to determine the time complexity more accurately, but this difference did not significantly affect the result. We have chosen the ChatGPT AI system for our study due to its consistent and acceptable performance across various scenarios. Additionally, the availability of a public API for ChatGPT allows an efficient automation process, aligning with our research goals.</p><p>We created an API (AutoCheck API) which allows to use OpenAI functionality for automatic determination of algorithm complexity based on written code. The main method of API performs the following actions:</p><p>• connects to OpenAI; • creates client chat completion object with own developed content under the "system" role and content of source file under "user" role; • parses response of client chat completion. API supports both gpt-3.5-turbo and gpt-4 versions, it can be configured by request parameters. The simplest example which can use this API is a console application. We developed it (using Python) and used in our experiments. It performs the following actions:</p><p>• reads the content of the input file; • calls the main method of AutoCheck API; • redirects response it to standard output.</p><p>An example of its usage is shown in figure <ref type="figure" target="#fig_1">2</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusion</head><p>In this study, the process of automated assessment of tasks in disciplines related to algorithm design is addressed. It contains the step "time complexity determination" which we automate.</p><p>Various AI systems were analyzed as tools for determining the time complexity of code fragments written in the Java and Python programming languages. The results indicate that the selected systems, particularly ChatGPT and Google Bard, demonstrated satisfactory performance in accurately assessing the time complexity of code fragments written in Java and Python.</p><p>AI-based approaches are devoid of the disadvantages inherent in systems that use simulations, which leads to the fact that the process of determining the complexity of the algorithm takes much less time. We developed an API that uses OpenAI API which allows us to use gpt-3.5-turbo and gpt-4 AI systems. Developed API allows to creation of applications that can be integrated with education platforms. Consideration of educational platforms, as well as the integration of the developed API, is an area for further research.</p><p>These results offer the opportunity for partial automation of tasks for teachers in IT-related disciplines. The time saved through automation can be redirected toward enhancing educational programs and developing creative assignments.</p><p>These findings underscore the practical applicability of AI systems in code complexity analysis, providing valuable insights for automated assessment tools in educational settings. Further research will relate to integration of developed API into existing educational platforms and frameworks.</p><p>The study examines in detail the automation of the process of determining the complexity of an algorithm, but it should be noted that the issues of automated code quality determination and plagiarism checking require further research.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>Oleksandr A. Sharyhin et al. CEUR Workshop Proceedings 88-97</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Example of console application output for "Contain Duplicates" problem.</figDesc><graphic coords="7,72.00,422.18,451.28,114.81" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Tasks submission and assessment sequence diagram.</figDesc><graphic coords="8,72.00,65.61,451.29,249.27" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="5,173.54,65.61,248.21,434.80" type="bitmap" /></figure>
		</body>
		<back>

			<div type="availability">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Oksana V. Klochko) https://scholar.google.com.ua/citations?user=69kPHxsAAAAJ ( Oleksandr A. Sharyhin); https://library.vspu.edu.ua/inform/nauk_profil.htm#klochko_oksana ( Oksana V. Klochko)   </p></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0" />			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">ICT for disaster-resilient education and training -introduction to the workshop</title>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">Y</forename><surname>Burov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">H</forename><surname>Lytvynova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">O</forename><surname>Semerikov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">V</forename><surname>Yechkalo</surname></persName>
		</author>
		<ptr target="https://ceur-ws.org/Vol-3482/paper000.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the VII International Workshop on Professional Retraining and Life-Long Learning using ICT: Person-oriented Approach (3L-Person 2022), Virtual Event</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">O</forename><forename type="middle">Y</forename><surname>Burov</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><forename type="middle">H</forename><surname>Lytvynova</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><forename type="middle">O</forename><surname>Semerikov</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Y</forename><forename type="middle">V</forename><surname>Yechkalo</surname></persName>
		</editor>
		<meeting>the VII International Workshop on Professional Retraining and Life-Long Learning using ICT: Person-oriented Approach (3L-Person 2022), Virtual Event<address><addrLine>Kryvyi Rih, Ukraine</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022-10-25">October 25, 2022. 2022</date>
			<biblScope unit="volume">3482</biblScope>
			<biblScope unit="page" from="1" to="25" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">From the digital transformation strategy to the productive integration of technologies in education and training: Report 2023</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">V</forename><surname>Osadchyi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">P</forename><surname>Pinchuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">A</forename><surname>Vakaliuk</surname></persName>
		</author>
		<ptr target="https://ceur-ws.org/Vol-3553/paper00.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2nd Workshop on Digital Transformation of Education (DigiTransfEd 2023) co-located with 18th International Conference on ICT in Education, Research and Industrial Applications (ICTERI 2023)</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">T</forename><forename type="middle">A</forename><surname>Vakaliuk</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><forename type="middle">V</forename><surname>Osadchyi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">O</forename><forename type="middle">P</forename><surname>Pinchuk</surname></persName>
		</editor>
		<meeting>the 2nd Workshop on Digital Transformation of Education (DigiTransfEd 2023) co-located with 18th International Conference on ICT in Education, Research and Industrial Applications (ICTERI 2023)<address><addrLine>Ivano-Frankivsk, Ukraine</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2023">September 18-22, 2023. 2023</date>
			<biblScope unit="volume">3553</biblScope>
			<biblScope unit="page" from="1" to="8" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Anthropologically oriented strategies of interaction in the Human-Computer system</title>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">V</forename><surname>Klochko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">M</forename><surname>Fedorets</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">I</forename><surname>Klochko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">A</forename><surname>Klochko</surname></persName>
		</author>
		<idno type="DOI">10.1088/1742-6596/2611/1/012018</idno>
	</analytic>
	<monogr>
		<title level="j">Journal of Physics: Conference Series</title>
		<imprint>
			<biblScope unit="volume">2611</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Shifting programming education assessment from exercise outputs toward deeper comprehension</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">L</forename><surname>Santos</surname></persName>
		</author>
		<idno type="DOI">10.4230/OASIcs.ICPEC.2023.1</idno>
	</analytic>
	<monogr>
		<title level="m">4th International Computer Programming Education Conference (ICPEC 2023)</title>
				<editor>
			<persName><forename type="first">R</forename><forename type="middle">A</forename><surname>Peixoto De Queirós</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">P</forename><surname>Pinto</surname></persName>
		</editor>
		<meeting><address><addrLine>Germany</addrLine></address></meeting>
		<imprint>
			<publisher>Dagstuhl</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="volume">112</biblScope>
			<biblScope unit="page" from="1" to="5" />
		</imprint>
	</monogr>
	<note>Open Access Series in Informatics (OASIcs)</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Automating Teacher Work? A History of the Politics of Automation and Artificial Intelligence in Education</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">B</forename><surname>Rensfeldt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Rahm</surname></persName>
		</author>
		<idno type="DOI">10.1007/s42438-022-00344-x</idno>
	</analytic>
	<monogr>
		<title level="j">Postdigital Science and Education</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="25" to="43" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Surfacing knowledge mobilities in higher education: reconfiguring the teacher function through automation</title>
		<author>
			<persName><forename type="first">M</forename><surname>Gallagher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Breines</surname></persName>
		</author>
		<idno type="DOI">10.1080/17439884.2021.1823411</idno>
	</analytic>
	<monogr>
		<title level="j">Learning, Media and Technology</title>
		<imprint>
			<biblScope unit="volume">46</biblScope>
			<biblScope unit="page" from="78" to="90" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Automatic Algorithmic Complexity Determination Using Dynamic Program Analysis</title>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">G</forename><surname>Czibula</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Onet-Marian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Vida</surname></persName>
		</author>
		<idno type="DOI">10.5220/0007831801860193</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 14th International Conference on Software Technologies, ICSOFT 2019</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Van Sinderen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><forename type="middle">A</forename><surname>Maciaszek</surname></persName>
		</editor>
		<meeting>the 14th International Conference on Software Technologies, ICSOFT 2019<address><addrLine>Prague, Czech Republic</addrLine></address></meeting>
		<imprint>
			<publisher>SciTePress</publisher>
			<date type="published" when="2019">July 26-28, 2019. 2019</date>
			<biblScope unit="page" from="186" to="193" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Automated Programming Assignment Marking Tool</title>
		<author>
			<persName><forename type="first">H</forename><surname>Vimalaraj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">B K P</forename><surname>Thenuwara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">U</forename><surname>Wijekoon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Sathurjan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Reyal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">A</forename><surname>Kuruppu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tharmaseelan</surname></persName>
		</author>
		<idno type="DOI">10.1109/I2CT54291.2022.9824339</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE 7th International conference for Convergence in Technology (I2CT)</title>
				<imprint>
			<date type="published" when="2022">2022. 2022</date>
			<biblScope unit="page" from="1" to="8" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">End-to-End Automation of Feedback on Student Assembly Programs</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Luo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Lumetta</surname></persName>
		</author>
		<idno type="DOI">10.1109/ASE51524.2021.9678837</idno>
	</analytic>
	<monogr>
		<title level="m">36th IEEE/ACM International Conference on Automated Software Engineering (ASE)</title>
				<imprint>
			<date type="published" when="2021">2021. 2021</date>
			<biblScope unit="page" from="18" to="29" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Eastwood-Tidy: C Linting for Automated Code Style Assessment in Programming Courses</title>
		<author>
			<persName><forename type="first">R</forename><surname>Hart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Hays</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Mcmillin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">K</forename><surname>Rezig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Rodriguez-Rivera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Turkstra</surname></persName>
		</author>
		<idno type="DOI">10.1145/3545945.3569817</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 54th ACM Technical Symposium on Computer Science Education V. 1, SIGCSE 2023</title>
				<meeting>the 54th ACM Technical Symposium on Computer Science Education V. 1, SIGCSE 2023<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="799" to="805" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Proving and Disproving Equivalence of Functional Programming Assignments</title>
		<author>
			<persName><forename type="first">D</forename><surname>Milovancevic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Kuncak</surname></persName>
		</author>
		<idno type="DOI">10.1145/3591258</idno>
	</analytic>
	<monogr>
		<title level="j">Proc. ACM Program. Lang</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="928" to="951" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Use of an Anti-Pattern in CS2: Sequential if Statements with Exclusive Conditions</title>
		<author>
			<persName><forename type="first">S</forename><surname>Nurollahian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hooper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Salazar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Wiese</surname></persName>
		</author>
		<idno type="DOI">10.1145/3545945.3569744</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 54th ACM Technical Symposium on Computer Science Education</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Doyle</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Stephenson</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Dorn</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Soh</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Battestilli</surname></persName>
		</editor>
		<meeting>the 54th ACM Technical Symposium on Computer Science Education<address><addrLine>Toronto, ON, Canada</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2023">March 15-18, 2023. 2023</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="542" to="548" />
		</imprint>
	</monogr>
	<note>SIGCSE 2023</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Arduino practice judgment system based on function execution log in virtual execution environment</title>
		<author>
			<persName><forename type="first">K</forename><surname>Seo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">J</forename><surname>Lee</surname></persName>
		</author>
		<idno type="DOI">10.1002/CAE.22695</idno>
	</analytic>
	<monogr>
		<title level="j">Comput. Appl. Eng. Educ</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Applications for Automatic C Code Assessment</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">B</forename><surname>Varga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kristóf Fekete</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICCC57093.2023.10178987</idno>
	</analytic>
	<monogr>
		<title level="m">2023 24th International Carpathian Control Conference (ICCC)</title>
				<imprint>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="21" to="26" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">A decade of code comment quality assessment: A systematic literature review</title>
		<author>
			<persName><forename type="first">P</forename><surname>Rani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Blasi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Stulova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Panichella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gorla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Nierstrasz</surname></persName>
		</author>
		<idno type="DOI">10.1016/J.JSS.2022.111515</idno>
	</analytic>
	<monogr>
		<title level="j">J. Syst. Softw</title>
		<imprint>
			<biblScope unit="volume">195</biblScope>
			<biblScope unit="page">111515</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">A Robust Objective Focused Algorithm to Detect Source Code Plagiarism</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">A</forename><surname>Rizvee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fahim Arefin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">B</forename><surname>Abid</surname></persName>
		</author>
		<idno type="DOI">10.1109/UEMCON54665.2022.9965688</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE 13th Annual Ubiquitous Computing, Electronics &amp; Mobile Communication Conference (UEMCON)</title>
				<imprint>
			<date type="published" when="2022">2022. 2022</date>
			<biblScope unit="page" from="109" to="0115" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Personal Prof: Automatic Code Review for Java Assignments</title>
		<author>
			<persName><forename type="first">M</forename><surname>Klinik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Koopman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Van Der Wal</surname></persName>
		</author>
		<idno type="DOI">10.1145/3507923.3507930</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 10th Computer Science Education Research Conference, CSERC &apos;21</title>
				<meeting>the 10th Computer Science Education Research Conference, CSERC &apos;21<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="31" to="38" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">The Influence of Test Suite Properties on Automated Grading of Programming Exercises</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">S</forename><surname>Clegg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mcminn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Fraser</surname></persName>
		</author>
		<idno type="DOI">10.1109/CSEET49119.2020.9206231</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE Conference on Software Engineering Education and Training, CSEE&amp;T 2020, Virtual Conference</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Daun</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Hochmüller</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Krusche</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Brügge</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Tenbergen</surname></persName>
		</editor>
		<meeting><address><addrLine>Germany</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2020">November 9-12, 2020. 2020</date>
			<biblScope unit="page" from="1" to="10" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Automated Prediction of Novice Programmer Performance Using Programming Trajectories</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Rubio</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-52240-7_49</idno>
	</analytic>
	<monogr>
		<title level="m">Artificial Intelligence in Education</title>
				<editor>
			<persName><forename type="first">I</forename><forename type="middle">I</forename><surname>Bittencourt</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Cukurova</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Muldner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Luckin</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Millán</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="268" to="272" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Monitoring and analysis of students&apos; performance during software development</title>
		<author>
			<persName><forename type="first">O</forename><surname>Sharyhin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Fedorets</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Klochko</surname></persName>
		</author>
		<idno type="DOI">10.33407/itlt.v101i3.5586</idno>
	</analytic>
	<monogr>
		<title level="j">Information Technologies and Learning Tools</title>
		<imprint>
			<biblScope unit="volume">101</biblScope>
			<biblScope unit="page" from="127" to="149" />
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">6 Documentation</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Sonarsource</surname></persName>
		</author>
		<ptr target="https://docs.sonarsource.com/sonarqube/latest/" />
	</analytic>
	<monogr>
		<title level="m">SonarQube 10</title>
				<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Chatgpt</forename><surname>Openai</surname></persName>
		</author>
		<ptr target="https://chatgpt.com/" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Bard</forename><surname>Google</surname></persName>
		</author>
		<ptr target="https://bard.google.com/chat" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Morgan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Brooks</surname></persName>
		</author>
		<ptr target="https://www.timecomplexity.ai/" />
		<title level="m">TimeComplexity.ai Runtime Calculator</title>
				<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<author>
			<persName><surname>Writesonic</surname></persName>
		</author>
		<ptr target="https://app.writesonic.com/" />
		<title level="m">Chatsonic by Writesonic</title>
				<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<title level="m" type="main">Problems</title>
		<author>
			<persName><surname>Leetcode</surname></persName>
		</author>
		<ptr target="https://leetcode.com/problemset/" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
