I am also active at:
Saturday, January 18, 2025
Friday, January 10, 2025
What is a data structures
Data structure is a tool in the hands of a programmer for storing a large number of data items in the main memory (RAM) of a computer which can be reference by a single name, to enable their efficient storing, access and modification during program execution.
It can also be understood as a specialized format (layout) for storing, processing and retrieving data.
Subscribe to:
Posts (Atom)
Basic Flask web app
from flask import Flask app = Flask(__name__) #In Flask, URL rules can be added using either the @app.route() decorator or the app.add_url_...
-
Acronym Full Form AJAX Asynchronous JavaScript and XML API Application Programming Interface APK Android Application Package ASP Activ...
-
//The HTML index page <!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change ...
-
Here is a table for various colors and their corresponding data for OpenGL https://community.khronos.org/t/color-tables/22518/6