Skip to content

A project comparing Python and Node.js for identifying DSA concepts in algorithmic questions using OpenAI's GPT models.

Notifications You must be signed in to change notification settings

vikrant101001/PythonVsNodejsOpenAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

DSA Identifier Using OpenAI: Python vs Node.js

This project compares Python and Node.js for identifying Data Structures and Algorithms (DSA) concepts from algorithmic problem statements using OpenAI's GPT models. By building backend services in both languages, the system processes user queries (e.g., from LeetCode) and analyzes the underlying DSA topics. The project leverages OpenAI's API to enhance the analysis of natural language questions and generate accurate, detailed insights about the required DSA concepts for solving the problem.

The system follows a modular architecture, with separate services for OpenAI integration and business logic. Each version (Python and Node.js) features components like a controller to handle API requests, a service layer for interacting with OpenAI's models, and a data layer to manage the context and insights related to DSA topics. This allows for a performance comparison between the two technologies in the context of AI-driven backend processing.

About

A project comparing Python and Node.js for identifying DSA concepts in algorithmic questions using OpenAI's GPT models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published