{"id":22753018,"url":"https://github.com/jacintogomez/tandon_bridge_resources","last_synced_at":"2026-03-07T11:31:54.904Z","repository":{"id":197330529,"uuid":"656368475","full_name":"jacintogomez/Tandon_Bridge_Resources","owner":"jacintogomez","description":"Various scripts related to NYU Tandon Bridge topics (mostly OOP)","archived":false,"fork":false,"pushed_at":"2025-07-30T05:24:55.000Z","size":57,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T15:34:59.359Z","etag":null,"topics":["arrays","binary-search-tree","encapsulation","file-reading","file-writing","linked-list","object-oriented-programming","overloading","pointers","polymorphism","smart-pointers","typedef"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jacintogomez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-20T20:10:23.000Z","updated_at":"2025-07-30T05:24:59.000Z","dependencies_parsed_at":"2023-11-06T05:22:11.602Z","dependency_job_id":"c507b05c-0cf6-482c-a093-fa41379a699a","html_url":"https://github.com/jacintogomez/Tandon_Bridge_Resources","commit_stats":null,"previous_names":["jacintogomez/tandon_bridge_resources"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jacintogomez/Tandon_Bridge_Resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacintogomez%2FTandon_Bridge_Resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacintogomez%2FTandon_Bridge_Resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacintogomez%2FTandon_Bridge_Resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacintogomez%2FTandon_Bridge_Resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacintogomez","download_url":"https://codeload.github.com/jacintogomez/Tandon_Bridge_Resources/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacintogomez%2FTandon_Bridge_Resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30212124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arrays","binary-search-tree","encapsulation","file-reading","file-writing","linked-list","object-oriented-programming","overloading","pointers","polymorphism","smart-pointers","typedef"],"created_at":"2024-12-11T06:08:33.909Z","updated_at":"2026-03-07T11:31:54.883Z","avatar_url":"https://github.com/jacintogomez.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tandon Bridge Resources\n\n`BSTTemplate.cpp`: Template file for a Binary Search Tree with add/delete and print functions.\n\n`LLTemplate.cpp`: Template file for a Linked List with add/remove and print functions.\n\n`LLnoTemplate.cpp`: Same as previous Linked List but without templating the classes.\n\n`SmartPointers.cpp`: Unique, shared, and weak smart pointer examples.\n\n`marriage.cpp `: Demonstration of objects with pointers to each other.\n\n`overloading.cpp`: Demonstration of operator overloading *==, +=, -, \u003c\u003c, \u003e\u003e, [], ++(pre/post).*\n\n`LLandBSTtraversal.cpp`: Comparison between contents of a BST and LL with a recursive function that goes through both simultaneously.\n\n`polymorphism.cpp`: Dynamic binding of function in an Animal class and child classes.\n\n`BaseDerived.cpp`: Shows another type of polymorphism called slicing where a derived class loses its functions when declared as a base object.\n\n`BaseDerivedPointers.cpp`: Shows how slicing does NOT happen when we replicate the situation above with pointers to objects instead of just objects.\n\n`encapsulation.cpp`: Example of a bank account with credit card and debit card classes accessing its protected members.\n\n`HugeInt.cpp`: Shows file reading and writing by taking in a huge int (much larger than C++ can handle) and storing it in a Linked List for addition with another.\n\n`TypeDef.cpp`: Using typedef in replacement of long declarations (instead of vector\u003cvector\u003cvector\u003cint\u003e\u003e\u003e).\n\n`TypeDefFunctions.cpp`: Using typedef to insert functions into a vector and iterate through them like elements.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacintogomez%2Ftandon_bridge_resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacintogomez%2Ftandon_bridge_resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacintogomez%2Ftandon_bridge_resources/lists"}