Skip to content
View NicholasBelschner's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report NicholasBelschner

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NicholasBelschner/README.md

Computer Scientist

Passionate about leveraging AI and prompt engineering to develop innovative projects in high-dimensional data analysis, nanotechnology, quantum technology, rocketry, and AI/ML. Skilled in using tools like GitHub Copilot, ChatGPT, and other AI assistants to accelerate development and learning.

Pinned Loading

  1. STARS-Tutoring-Chatbot/Frontend STARS-Tutoring-Chatbot/Frontend Public

    TypeScript

  2. GUI-Map-of-FIU GUI-Map-of-FIU Public

    Java

  3. QuantumCircuit QuantumCircuit Public

    This repository hosts my Quantum Computing projects, including simulations of quantum phenomena, implementation of quantum algorithms, quantum machine learning models, and quantum circuit design. M…

    Python

  4. Doubly-Linked-List-Process-Scheduler Doubly-Linked-List-Process-Scheduler Public

    Reads data from a file, stores the numbers (arrival time and burst time) in a doubly linked list, sorts the list using either the First-Come-First-Served (FCFS) or Shortest Job First (SJF) algorith…

    C

  5. DoublySort---Command-Line-Word-Sorter DoublySort---Command-Line-Word-Sorter Public

    DoublySort is a C program designed to read a text file, extract individual words, and provide options for sorting and outputting those words. The program utilizes the getopt library to handle comma…

  6. Page-Replacement-Algorithms Page-Replacement-Algorithms Public

    Program that implements two page replacement algorithms (FIFO & LRU)

    C